What needs to be added to the wiki instructions in order to compile FileZilla for use on a 32-bit Windows machine? I've tried adding --host=i686-w64-mingw32 to each configure command (except zlib, which didn't accept it). I've tried compiling using both the "MSYS2 Shell" shortcut as well a...
Please try configuring zlib with ./configure --prefix="$HOME/prefix" --static -u=GNU That worked. Thank you! Much more elegant than the workaround. So would the original configure command have worked if I had been using the one labeled "MSYS2 Shell" which references the msys2_sh...
$ uname -a MINGW32_NT-6.1 ZZZ 2.3.0(0.290/5/3) 2015-09-11 13:29 x86_64 Msys The new wiki no longer mentions it, but I was using the shortcut named "MinGW-w64 Win32 Shell" as indicated in the earlier msys2 instructions. Running Windows 7 64-bit. The libtool mismatch error I mentioned was w...
Thank you for the updated instructions. I did try starting over and using them. Regarding: rm /mingw32/i686-w64-mingw32/lib/libpthread.dll.a rm /mingw32/i686-w64-mingw32/lib/libwinpthread.dll.a rm /mingw64/x86_64-w64-mingw32/lib/libpthread.dll.a rm /mingw64/x86_64-w64-mingw32/lib/libpthread.dll.a I ...
Are there any plans to update the Wiki pages for compiling FileZilla Client on Windows? The current wiki pages (both the main and the msys2 version) seem to pre-date the following changes mentioned for 3.13 and higher: FileZilla now requires a C++14 compiler FileZilla now uses pugixml instead of Tin...