Compiling Filezilla Server Error

Moderator: Project members

Post Reply
Message
Author
Zava
500 Command not understood
Posts: 1
Joined: 2005-01-12 09:02

Compiling Filezilla Server Error

#1 Post by Zava » 2005-01-12 09:16

I've tried to compile Filezilla server source but VC++ 6.0 give me this errors.
I've installed the latest version of the MS Platform SDK (February 2003).

c:\programmi\filezilla server\source\serverthread.h(77) : error C2027: use of undefined type 'CServerThread'
c:\programmi\filezilla server\source\serverthread.h(45) : see declaration of 'CServerThread'
ExternalIpCheck.cpp
c:\programmi\filezilla server\source\serverthread.h(77) : error C2027: use of undefined type 'CServerThread'
c:\programmi\filezilla server\source\serverthread.h(45) : see declaration of 'CServerThread'
FileLogger.cpp
ListenSocket.cpp
c:\programmi\filezilla server\source\serverthread.h(77) : error C2027: use of undefined type 'CServerThread'
c:\programmi\filezilla server\source\serverthread.h(45) : see declaration of 'CServerThread'

c:\programmi\filezilla server\source\serverthread.h(77) : error C2027: use of undefined type 'CServerThread'
c:\programmi\filezilla server\source\serverthread.h(45) : see declaration of 'CServerThread'
ServerThread.cpp
c:\programmi\filezilla server\source\serverthread.h(77) : error C2027: use of undefined type 'CServerThread'
c:\programmi\filezilla server\source\serverthread.h(45) : see declaration of 'CServerThread'
C:\Programmi\FileZilla Server\source\ServerThread.cpp(276) : error C2371: 'iter' : redefinition; different basic types
C:\Programmi\FileZilla Server\source\ServerThread.cpp(210) : see declaration of 'iter'
C:\Programmi\FileZilla Server\source\ServerThread.cpp(277) : error C2664: 'Send' : cannot convert parameter 1 from 'struct std::pair<unsigned long const ,int>' to 'const char *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called

c:\programmi\filezilla server\source\serverthread.h(77) : error C2027: use of undefined type 'CServerThread'
c:\programmi\filezilla server\source\serverthread.h(45) : see declaration of 'CServerThread'

FileZilla server.exe - 8 error(s), 0 warning(s)

I need Help!.

Post Reply