Howto: Compiling FileZilla 3 under Windows

Moderator: Project members

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

Re: Howto: Compiling FileZilla 3 under Windows

#106 Post by botg » 2010-09-06 19:23

The real executable might be in the .libs subdirectory depending on the used compiler version or some other build system dependency.

omihaz
500 Command not understood
Posts: 5
Joined: 2010-09-06 16:44
First name: omi
Last name: omi

Re: Howto: Compiling FileZilla 3 under Windows

#107 Post by omihaz » 2010-09-07 20:02

.libs folder are empty... :(

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

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

Re: Howto: Compiling FileZilla 3 under Windows

#108 Post by botg » 2010-09-07 21:36

I copy this exe to my worked installed version filezilla on Win7, and try start, but nothing start - appcrash everytime.
Any more details?

omihaz
500 Command not understood
Posts: 5
Joined: 2010-09-06 16:44
First name: omi
Last name: omi

Re: Howto: Compiling FileZilla 3 under Windows

#109 Post by omihaz » 2010-09-08 01:22

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
Attachments
error.JPG
error.JPG (52.47 KiB) Viewed 29907 times

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

Re: Howto: Compiling FileZilla 3 under Windows

#110 Post by botg » 2010-09-08 06:05

I have no idea what could cause this.

omihaz
500 Command not understood
Posts: 5
Joined: 2010-09-06 16:44
First name: omi
Last name: omi

Re: Howto: Compiling FileZilla 3 under Windows

#111 Post by omihaz » 2010-09-08 07:16

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?

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

Re: Howto: Compiling FileZilla 3 under Windows

#112 Post by botg » 2010-09-08 21:29

Unless make spews out an error message, it is successful.

TylerK
500 Command not understood
Posts: 4
Joined: 2010-09-10 02:51
First name: Tyler
Last name: Kavanaugh

Re: Howto: Compiling FileZilla 3 under Windows

#113 Post by TylerK » 2010-09-10 03:16

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.

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

Re: Howto: Compiling FileZilla 3 under Windows

#114 Post by botg » 2010-09-10 06:09

Libidn 1.8 is outdated. Please follow the guide more precisly by using the versions it mentions.

TylerK
500 Command not understood
Posts: 4
Joined: 2010-09-10 02:51
First name: Tyler
Last name: Kavanaugh

Re: Howto: Compiling FileZilla 3 under Windows

#115 Post by TylerK » 2010-09-10 14:54

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.

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

Re: Howto: Compiling FileZilla 3 under Windows

#116 Post by botg » 2010-09-11 09:38

Thanks for spotting this.

TylerK
500 Command not understood
Posts: 4
Joined: 2010-09-10 02:51
First name: Tyler
Last name: Kavanaugh

Re: Howto: Compiling FileZilla 3 under Windows

#117 Post by TylerK » 2010-09-12 18:14

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).

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

Re: Howto: Compiling FileZilla 3 under Windows

#118 Post by botg » 2010-09-12 22:15

Interesting, didn't happen here when I last followed the guide about a month ago.

TylerK
500 Command not understood
Posts: 4
Joined: 2010-09-10 02:51
First name: Tyler
Last name: Kavanaugh

Re: Howto: Compiling FileZilla 3 under Windows

#119 Post by TylerK » 2010-09-12 22:21

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.

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Howto: Compiling FileZilla 3 under Windows

#120 Post by boco » 2010-09-12 22:27

Thank you for helping to improve the documentation.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply