WxWidgets Problem when Compiling Filezilla in Debian

Moderator: Project members

Post Reply
Message
Author
FileGamer
450 Internal Error
Posts: 38
Joined: 2014-08-16 06:26

WxWidgets Problem when Compiling Filezilla in Debian

#1 Post by FileGamer » 2015-06-20 06:15

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?

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: WxWidgets Problem when Compiling Filezilla in Debian

#2 Post by botg » 2015-06-20 08:48

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.

FileGamer
450 Internal Error
Posts: 38
Joined: 2014-08-16 06:26

Re: WxWidgets Problem when Compiling Filezilla in Debian

#3 Post by FileGamer » 2015-06-21 04:38

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?

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: WxWidgets Problem when Compiling Filezilla in Debian

#4 Post by botg » 2015-06-21 09:08

Only if you want to compile FileZilla for Linux.

FileGamer
450 Internal Error
Posts: 38
Joined: 2014-08-16 06:26

Re: WxWidgets Problem when Compiling Filezilla in Debian

#5 Post by FileGamer » 2015-06-21 17:02

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.

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: WxWidgets Problem when Compiling Filezilla in Debian

#6 Post by botg » 2015-06-21 17:08


Post Reply