Howto: Compiling FileZilla 3 under Windows

Moderator: Project members

Message
Author
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

#121 Post by omihaz » 2010-09-13 05:44

Under windows works good.

supageek
500 Command not understood
Posts: 1
Joined: 2010-09-28 14:57
First name: Jane
Last name: Doe

Re: Howto: Compiling FileZilla 3 under Windows

#122 Post by supageek » 2010-09-28 15:52

I am having an issue with the line: patch -i /c/dev/download/localename.c.patch. I get sh: patch: command not found. Any ideas?

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

Re: Howto: Compiling FileZilla 3 under Windows

#123 Post by botg » 2010-09-28 19:14


PabloIIX
500 Command not understood
Posts: 1
Joined: 2011-01-13 15:39
First name: PabloIIX
Last name: PabloIIX

RE:

#124 Post by PabloIIX » 2011-01-13 15:50

Certainly.

ioridf
500 Command not understood
Posts: 2
Joined: 2011-09-18 06:13
First name:
Last name:

Re: Howto: Compiling FileZilla 3 under Windows

#125 Post by ioridf » 2011-09-18 06:20

Hi,botg:
i hava a question:if i follow these steps to compile FileZilla 3,can it run under windows xp? Look forward your replay,and thank you very much!

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

Re: Howto: Compiling FileZilla 3 under Windows

#126 Post by botg » 2011-09-18 09:03

Yes.

ioridf
500 Command not understood
Posts: 2
Joined: 2011-09-18 06:13
First name:
Last name:

Re: Howto: Compiling FileZilla 3 under Windows

#127 Post by ioridf » 2011-09-18 09:37

can i use visual studio 2008 to compile FileZilla_3.5.1 ? i have downloaded FileZilla_3.5.1_src.tar.bz2,and i found "FileZilla.sln" in the directory FileZilla_3.5.1_src.tar.bz2\filezilla-3.5.1\src,could you explain it? Thanks a lot!

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

Re: Howto: Compiling FileZilla 3 under Windows

#128 Post by botg » 2011-09-18 11:59

Maybe. Visual Studio is not an officially supported build environment.

kadushkin
504 Command not implemented
Posts: 8
Joined: 2013-01-18 12:40

Re: Howto: Compiling FileZilla 3 under Windows

#129 Post by kadushkin » 2013-01-27 17:09

I compiled the following instructions FileZilla http://wiki.filezilla-project.org/Compi ... er_Windows

I copied the compiled file FileZilla.exe to FileZilla folder "C:\Program Files\FileZilla"

Without dlls (libstdc++-6.dll and libgcc_s_dw2-1.dll) FileZilla does not start.
I copied the libstdc++-6.dll and libgcc_s_dw2-1.dll too and FileZilla started.

But when I select Edit->Settings I get this window:

Image

What's wrong?

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

Re: Howto: Compiling FileZilla 3 under Windows

#130 Post by botg » 2013-01-27 21:48

You forgot to copy the resource files.

kadushkin
504 Command not implemented
Posts: 8
Joined: 2013-01-18 12:40

Re: Howto: Compiling FileZilla 3 under Windows

#131 Post by kadushkin » 2013-01-28 02:44

And where are this files located? and which folder to copy files?

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

Re: Howto: Compiling FileZilla 3 under Windows

#132 Post by botg » 2013-01-28 06:53

Easiest would be to just build the installer as per the instructions.

The resources are located, among a few other files, in src/interface/resources

mastigos
504 Command not implemented
Posts: 7
Joined: 2014-04-27 20:45
First name: k
Last name: s

Re: Howto: Compiling FileZilla 3 under Windows

#133 Post by mastigos » 2014-04-27 21:10

I am having trouple getting libgpg-error-1.8 to compile when trying to compile filezilla on windows.

I followed the directions here: https://wiki.filezilla-project.org/Comp ... leshooting

but it when I reached the -j3 for libgpg-error, I recieved error messages such as

"Error: expecting string instruction after 'rep'"

and "make[3]: stat: versioninfo.lo:bad file number"

and "make: *** [all] Error 2"

I tried using CFLAGS=-m32 and leaving off the prefix , as well as using newer versions up to libgpg-error-1.13

all of them had the same result
Attachments
libgpg-error issue.JPG
libgpg-error issue.JPG (357.24 KiB) Viewed 33971 times

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

Re: Howto: Compiling FileZilla 3 under Windows

#134 Post by botg » 2014-04-27 22:08

Peculiar. What's the output of the following? gcc -v

mastigos
504 Command not implemented
Posts: 7
Joined: 2014-04-27 20:45
First name: k
Last name: s

Re: Howto: Compiling FileZilla 3 under Windows

#135 Post by mastigos » 2014-04-27 22:31

botg wrote:Peculiar. What's the output of the following? gcc -v
input at what point?

Post Reply