Editing Talk:Compiling FileZilla 3 under Windows

From FileZilla Wiki
Jump to navigationJump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 85: Line 85:
 
<hr>
 
<hr>
 
== August 27, 2010 ==
 
== August 27, 2010 ==
--[[User:Netmaster|Netmaster]]
 
 
There's a number of errors on the downloading of individual components, especially for MSYS. It looks like there's been a change in the structure of the folders.  I've included the amended list:
 
There's a number of errors on the downloading of individual components, especially for MSYS. It looks like there's been a change in the structure of the folders.  I've included the amended list:
  
Line 123: Line 122:
  
 
  make[1]: *** No rule to make target `gl/libgnu.la', needed by `libidn.la'.  Stop
 
  make[1]: *** No rule to make target `gl/libgnu.la', needed by `libidn.la'.  Stop
 
== My notes [20/05/2011] ==
 
''cleaned up 03/11/2011''
 
 
1) If you use the current MSYS/MinGW components listed on this guide, then the final executable needs "libstdc++-6.dll" and "libgcc_s_dw2-1.dll" to run.<br />
 
So you either have to edit the installer script in "data/install.nsi.in" or just use a proper statically linked GCC (which is not part of this guide atm)
 
 
2) I found out that "mingwm10.dll" is not needed, at least not if you use a newer gcc/mingw.
 
 
3) Do NOT use libgcrypt 1.5.0, it's causing problems for me. I tried it with gnutls-2.10.5 and 2.12.12.
 
 
4) In order to build gnutls-2.12.12 use the following command:
 
./configure --disable-shared --enable-static --disable-nls --disable-cxx --disable-guile --with-libgcrypt --without-p11-kit
 
 
5) If you get errors when running "configure" for Filezilla regarding gnutls, you might need to compile and install zlib and add "-lz" in your "libgnutls-config" file in the "gnutls_libs" line.
 
 
How to build and install zlib isn't part of this guide since using the environment listed in this guide as of today, zlib is not needed.
 
 
6) The versions that I used were the following:
 
gnutls-2.10.5
 
libgcrypt-1.4.6
 
libgpg-error-1.10
 
libidn-1.22
 
sqlite-autoconf-3070900
 
wxWidgets-2.8.12
 
GCC 4.6.1, with recent MSYS/MinGW
 

Please note that all contributions to FileZilla Wiki are considered to be released under the GNU Free Documentation License 1.2 (see FileZilla Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)