Page 9 of 14

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-13 05:44
by omihaz
Under windows works good.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-28 15:52
by supageek
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?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2010-09-28 19:14
by botg

RE:

Posted: 2011-01-13 15:50
by PabloIIX
Certainly.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2011-09-18 06:20
by ioridf
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!

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2011-09-18 09:03
by botg
Yes.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2011-09-18 09:37
by ioridf
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!

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2011-09-18 11:59
by botg
Maybe. Visual Studio is not an officially supported build environment.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2013-01-27 17:09
by kadushkin
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?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2013-01-27 21:48
by botg
You forgot to copy the resource files.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2013-01-28 02:44
by kadushkin
And where are this files located? and which folder to copy files?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2013-01-28 06:53
by botg
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

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-27 21:10
by mastigos
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

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-27 22:08
by botg
Peculiar. What's the output of the following? gcc -v

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-27 22:31
by mastigos
botg wrote:Peculiar. What's the output of the following? gcc -v
input at what point?