Page 8 of 14

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-06 19:23
by botg
The real executable might be in the .libs subdirectory depending on the used compiler version or some other build system dependency.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-07 20:02
by omihaz
.libs folder are empty... :(

May be i have some errors? How can i check for errors and solve it? Where make logs?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-07 21:36
by botg
I copy this exe to my worked installed version filezilla on Win7, and try start, but nothing start - appcrash everytime.
Any more details?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-08 01:22
by omihaz
What details needed? Program just not start...

APPCRASH
filezilla.exe 3.3.4.1
ntdll.dll 6.1.7600.16559
Exception: c0000005 [0002fc77]
OS: 6.1.7600.2.0.0.256.48
Lang: 1049

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-08 06:05
by botg
I have no idea what could cause this.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-08 07:16
by omihaz
omihaz wrote:.libs folder are empty... :(

May be i have some errors? How can i check for errors and solve it? Where make logs?
Why i have .libs empty when make done? May be make fail? How test it? Can you submit log of good make?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-08 21:29
by botg
Unless make spews out an error message, it is successful.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-10 03:16
by TylerK
Whenever I try to compile libidn-1.8 from /usr/src/libidn-1.8/compile/lib, after executing

../configure --disable-shared --enable-static --disable-nls

from /usr/src/libidn-1.8/compile, per the instructions in the FZ wiki, the build seems to be going all right until I get this error:

make[1]: *** No rule to make target `gl/libgnu.la', needed by `libidn.la'. Stop.

I'm on XP SP3, and downloaded all the necessary files for MinGW and MSYS, so I don't know what's wrong. I did try running autoreconf (passing it no arguments) from the root libidn directory, to no avail.

Any help would be appreciated.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-10 06:09
by botg
Libidn 1.8 is outdated. Please follow the guide more precisly by using the versions it mentions.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-10 14:54
by TylerK
botg wrote:Libidn 1.8 is outdated. Please follow the guide more precisly by using the versions it mentions.
But libidn 1.8 was what was mentioned in the guide. There's an inconsistency, though: the guide refers to libidn-1.19 in the folder names, but libidn-1.8 in the download filename.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-11 09:38
by botg
Thanks for spotting this.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-12 18:14
by TylerK
botg wrote:Thanks for spotting this.
I updated libidn to version 1.19, and still get the error that says:

make[1]: ***No rule to make target `gl/libgnu.la', needed by `libidn.la'. Stop.

I'm using the correct ../configure settings (--disable-shared --enable-static --disable-nls).

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-12 22:15
by botg
Interesting, didn't happen here when I last followed the guide about a month ago.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-12 22:21
by TylerK
botg wrote:Interesting, didn't happen here when I last followed the guide about a month ago.
Well, I figured out what to do, and not only did I do it, but I also posted how to do it in the "Troubleshooting" section of the guide in a new subsection. Also, the address you had for libidn-1.19.tar.gz was incorrect, so I corrected that, too.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-12 22:27
by boco
Thank you for helping to improve the documentation.