Page 1 of 1

WxWidgets Problem when Compiling Filezilla in Debian

Posted: 2015-06-20 06:15
by FileGamer
Hello. Trying to compile the latest version of Filezilla for Windows on Debian Jessie. I installed wxWidgets 3.0.2 today as well. I've used this VM to compile Filezilla successfully before. Ran apt-get update today as well.

When I go to ./configure in the Filezilla source code folder just like it says in the Wiki tutorial page, I always get this:

Code: Select all

	
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 3.0.2 (--unicode=yes --universal=no)... no
configure: error:
        The requested wxWidgets build couldn't be found.
       
        The configuration you asked for FileZilla requires a wxWidgets
        build with the following settings:
            --unicode=yes --universal=no
        but such build is not available.
     
        To see the wxWidgets builds available on this system, please use
        'wx-config --list' command. To use the default build, returned by
        'wx-config --selected-config', use the options with their 'auto'
        default values.
     
        If you still get this error, then check that 'wx-config' is
        in path, the directory where wxWidgets libraries are installed
        (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
        or equivalent variable and wxWidgets version is 3.0.2 or above.
I have the correct version installed with the correct parameters. What's the problem?

Re: WxWidgets Problem when Compiling Filezilla in Debian

Posted: 2015-06-20 08:48
by botg
Trying to compile the latest version of Filezilla for Windows on Debian Jessie
checking for wx-config... /usr/bin/wx-config
It only finds the system's native wx-config. Check your PATH.

Re: WxWidgets Problem when Compiling Filezilla in Debian

Posted: 2015-06-21 04:38
by FileGamer
botg wrote:
Trying to compile the latest version of Filezilla for Windows on Debian Jessie
checking for wx-config... /usr/bin/wx-config
It only finds the system's native wx-config. Check your PATH.
This is what the libs command returns:

Code: Select all

	
/home/debian/src/filezilla-3.11.0.2# wx-config --libs

-L/usr/lib/x86_64-linux-gnu -pthread -Wl,-z,relro  -L/usr/lib/x86_64-linux-gnu   -lwx_gtk2u_richtext-2.8 
-lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 
-lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
Does that look right?

Re: WxWidgets Problem when Compiling Filezilla in Debian

Posted: 2015-06-21 09:08
by botg
Only if you want to compile FileZilla for Linux.

Re: WxWidgets Problem when Compiling Filezilla in Debian

Posted: 2015-06-21 17:02
by FileGamer
botg wrote:Only if you want to compile FileZilla for Linux.
Yeah, I'm trying to compile for Windows. So how do I change the directory or get the compiler to find it.

Re: WxWidgets Problem when Compiling Filezilla in Debian

Posted: 2015-06-21 17:08
by botg