Hi! I am developing a customized FileZilla for Storj RC 1.0 . Before doing this, I created a sample test file for implementing the functionalities of Storj RC1.0 Bucket operations. And I was successful in implementing all of them. Now, when I try to integrate that to my customized FileZilla source c...
After "building the installer" & after the installation, the FileZilla FTP Client runs successfully. Thanks a lot! :D But one last question: Why do I get the DLL error while running "/msys64/mingw64/bin/filezilla.exe" or "/prefix/bin/filezilla.exe" generated by &quo...
Hi! I am following https://wiki.filezilla-project.org/Compiling_FileZilla_3_under_Windows to compile FileZilla3 in my Windows system. In MSYS2 MinGW-64 shell , everything works fine till Building wxWidgets The steps for Building libfilezilla are: cd ~ svn co https://svn.filezilla-project.org/svn/lib...
Hello Please find the complete log after executing "make" as follows: Making all in . make[1]: Entering directory '/c/Users/.../filezilla' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/c/Users/.../filezilla' Making all in src make[1]: Entering directory '/c/Users/....
I am trying to compile FileZilla3 in my Windows system by following https://wiki.filezilla-project.org/Compiling_FileZilla_3_under_Windows These are the steps to be followed in the MSys2 terminal: cd ~/filezilla autoreconf -i ./configure --with-pugixml=builtin make make install I have successfully d...
I am trying to compile FileZilla3 in my Windows system by exactly following https://wiki.filezilla-project.org/Compiling_FileZilla_3_under_Windows Everything works fine till "Building SQLite" In "Building wxWidgets" step, when I execute ./configure --prefix="$HOME/prefix&quo...