Page 10 of 14

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-27 22:48
by mastigos
botg wrote:Peculiar. What's the output of the following? gcc -v
after running the make -j3 command I did gcc-v and got "command not found"


My computer:
Windows 7, 64 bit operating system , intel core i7 processor, alienware

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-28 05:23
by botg
mastigos wrote:
botg wrote:Peculiar. What's the output of the following? gcc -v
after running the make -j3 command I did gcc-v and got "command not found"
There's a space missing between the gcc and the -v.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-28 09:12
by mastigos
botg wrote:
mastigos wrote:
botg wrote:Peculiar. What's the output of the following? gcc -v
after running the make -j3 command I did gcc-v and got "command not found"
There's a space missing between the gcc and the -v.
so there is

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-28 16:54
by botg
I see. That's not the compiler known to work as listed on the FileZilla Wiki.

I'm unfamiliar with your particular setup, and the problem occurs compiling a third-party library. I'm afraid I can't be of much help in this case :(

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-28 16:59
by mastigos
botg wrote:I see. That's not the compiler known to work as listed on the FileZilla Wiki.

I'm unfamiliar with your particular setup, and the problem occurs compiling a third-party library. I'm afraid I can't be of much help in this case :(
I followed the wiki ... if there's any way to get it working I'd be quite happy to hear it.

Also , do you have any reccomendations for alternative ways to compile and edit filezilla? I am working on it as part of a school project and I've been ramming my head against the compilation issue for a while now. I wish I had thought to ask the forum before my deadline got so close

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-04-28 18:05
by botg
As per https://wiki.filezilla-project.org/Comp ... er_Windows, you should have GCC 4.5, not 4.8.

As alternative, there's also the guide for cross-compiling FileZilla: https://wiki.filezilla-project.org/Cros ... _GNU/Linux, it's actually the way the official FileZilla binaries are currently being built.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-23 22:31
by FileGamer
Hi, I've been working on compiling Filezilla 3 under Windows. I followed your instructions in the wiki exactly and everything installed fine. In the last step after I've downloaded Filezilla's trunk and changed the directory, i go to execute the autoreconf -i. I get these errors:

locales/Makefile.am:46: warning: 'x'-style pattern rules are a GNU make extension
locales/Makefile.am:50: warning: 'x'-style pattern rules are a GNU make extension

Then why i enter the ./configure --with-tinyxml=builtin command, I don't get an error. But when I go to make, cc1plus.exe stops working. This causes mingw32 to give me this:

Image

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-24 08:52
by botg
You have a strange directory structure there. You were following the guide too literal. I'll adjust the guide to account for this. Nonetheless, it shouldn't cause this compile error.

Can you please post a bit larger section of the output?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-24 20:17
by FileGamer
botg wrote:You have a strange directory structure there. You were following the guide too literal. I'll adjust the guide to account for this. Nonetheless, it shouldn't cause this compile error.

Can you please post a bit larger section of the output?
I saw the wiki edits with changing directories and I re-did everything from scratch. Everything installed fine, but thing still don't go well at the Filezilla compile steps. autoreconf -i gives this:

Image

The configure command still doesn't give any error, but the make command does where cc1plus.exe stops working:

Image

When I click cancel, the window shows this:

Image

And from there, I don't know what to do.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-24 20:38
by botg
It's a compiler error. Which version are you using, ie. what's the output of gcc -v ?

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-24 23:55
by FileGamer
botg wrote:It's a compiler error. Which version are you using, ie. what's the output of gcc -v ?
Image

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-25 07:03
by botg
Looks like we need to wait for the next compiler version.

In the meantime, you could try a slightly older version of the compiler, e.g. 4.9.0 (rev 2).

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-25 07:25
by FileGamer
botg wrote:Looks like we need to wait for the next compiler version.

In the meantime, you could try a slightly older version of the compiler, e.g. 4.9.0 (rev 2).
So in other words, I'm probably not doing anything wrong here? Also, when i download 4.9.0, do I have re-do everything from the beginning on that wiki page? Because that would be the third time I'm doing this.

Is there like a pre-compiled compiler I can download for Filezilla where its just enter the filezilla directory and it will compile it into the necessary executables.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-26 07:08
by botg
You may or may not have to start over. Only trying it out will bring clarity.
[Is there like a pre-compiled compiler I can download for Filezilla where its just enter the filezilla directory and it will compile it into the necessary executables.
Yes, that's what the guide does. But it's not working for you for some reason.

Re: Howto: Compiling FileZilla 3 under Windows

Posted: 2014-08-28 22:24
by FileGamer
botg wrote:You may or may not have to start over. Only trying it out will bring clarity.
[Is there like a pre-compiled compiler I can download for Filezilla where its just enter the filezilla directory and it will compile it into the necessary executables.
Yes, that's what the guide does. But it's not working for you for some reason.
I've been having trouble finding an older version of the compiler. Do you happen to have a link?