Build error while building FileZilla source code

Moderator: Project members

Post Reply
Message
Author
dnsudi
500 Command not understood
Posts: 4
Joined: 2005-08-05 05:46

Build error while building FileZilla source code

#1 Post by dnsudi » 2005-08-05 09:58

Hi all,

I'm trying to build FZ from sources using XP and MS VC++ 6.0,
I got the following error while build the FZ FileZilla_2_2_14b_src-1.zip sourece code.
Download and install the latest MS Platform SDK from http://www.microsoft.com/msdownload/pla ... sdkupdate/

c:\program files\microsoft platform sdk\include\wspiapi.h(46) : error C2265: '<Unknown>' : reference to a zero-sized array is illegal
c:\program files\microsoft platform sdk\include\wspiapi.h(46) : error C2265: '<Unknown>' : reference to a zero-sized array is illegal
d:\secure ftp\project_sftp\source\sftpcontrolsocket.h(78) : error C2146: syntax error : missing ';' before identifier 'm_Reply'
d:\secure ftp\project_sftp\source\sftpcontrolsocket.h(78) : error C2501: 'CStringA' : missing storage-class or type specifiers
d:\secure ftp\project_sftp\source\sftpcontrolsocket.h(78) : error C2501: 'm_Reply' : missing storage-class or type specifiers
d:\secure ftp\project_sftp\source\ftpcontrolsocket.h(118) : error C2061: syntax error : identifier 'CStringA'

Can anybody help me on this problem?

Thanks and regards
Sudarshan

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2005-08-05 10:02

Please update to Visual Studio 2003 or newer.

dnsudi
500 Command not understood
Posts: 4
Joined: 2005-08-05 05:46

BUILD ERROR

#3 Post by dnsudi » 2005-08-08 09:12

Thanks very much for response.

I have installed VS.NET 2003. Now I am getting the following link error

FileZilla fatal error LNK1104: cannot open file 'zlibd.lib'

Now How to the include lib file? Whenere I will get zlibd.lib????

regards
sudi

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#4 Post by botg » 2005-08-08 16:39

You have to compile and install zlib.

dnsudi
500 Command not understood
Posts: 4
Joined: 2005-08-05 05:46

Accessing SFTP server

#5 Post by dnsudi » 2005-08-09 13:03

Thanks botg,
Now I am able to compile and execute Filezilla source code.

Now I am trying to access our SFTP Server using the FileZilla FTP client.

It able to detect the Server. But it is unable to retrieve the directories.
It flashes ""Response: 504 Invalid PORT address
Error: Could not retrieve directory listing"".

Any suggestion for this problem????

Thanks
Sudi

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#6 Post by botg » 2005-08-09 20:11

Some logs would be nice.

Anyhow, try to toggle passive mode on the settings dialog.

Post Reply