Error compiling FZ (sdkupdate)

Moderator: Project members

Post Reply
Message
Author
gfarrasb
500 Command not understood
Posts: 3
Joined: 2004-08-10 10:19

Error compiling FZ (sdkupdate)

#1 Post by gfarrasb » 2004-08-10 10:25

Hi all,

I'm trying to build FZ from sources using Win2000 and MS VC++ 6.0, but I always obtain the same error:

StdAfx.cpp
c:\documents and settings\administrador\escritorio\filezilla_2_2_8a_src\source\config.h(30) : fatal error C1189: #error : Please download and install the latest MS Platform SDK from http://www.microsoft.com/msdownload/pla ... sdkupdate/
Error executing cl.exe.

FileZilla.exe - 1 error(s), 0 warning(s)

I'v followed this guide http://filezilla.sourceforge.net/docume ... piling.htm and I'v installed all the sofware required, but... the same error.

Can anybody help me?

Thanks to all,

Gerard

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

#2 Post by botg » 2004-08-10 11:43

Make sure to tell VC++ to use the include and lib paths of the platform sdk.

gfarrasb
500 Command not understood
Posts: 3
Joined: 2004-08-10 10:19

#3 Post by gfarrasb » 2004-08-11 07:10

Ok. Thanks! I solved this first error.

But now I get other errors:

ControlSocket.cpp(30) : fatal error C1083: Cannot open include file: 'idna.h': No such file or directory

I need other libraries ?

Thanks,

Gerard

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

#4 Post by botg » 2004-08-11 08:41

You need this: http://www.gnu.org/software/libidn/

Last time I checked I was unable to compile it with Vc++, so you may need to use MinGW to compile libidn.

gfarrasb
500 Command not understood
Posts: 3
Joined: 2004-08-10 10:19

#5 Post by gfarrasb » 2004-08-11 11:08

Ok. Now I get this error:

fatal error C1083: Cannot open include file: 'idn-int.h': No such file or directory

I need to build this library first?

Thank you.

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

#6 Post by botg » 2004-08-11 12:27

Yep, you have to compile it

Post Reply