Siduction Forum

Siduction Forum => Installation - Support => Topic started by: dacorsa on 2017/11/10, 08:27:11

Title: Compiling Filezilla
Post by: dacorsa on 2017/11/10, 08:27:11
Hi guys,

i have a problem compiling Filezilla under siduction:

/usr/bin/ld: cannot find -lwx_gtk2u_aui-3.0
/usr/bin/ld: cannot find -lwx_gtk2u_xrc-3.0
/usr/bin/ld: cannot find -lwx_gtk2u_adv-3.0
/usr/bin/ld: cannot find -lwx_gtk2u_core-3.0
/usr/bin/ld: cannot find -lwx_baseu_xml-3.0
/usr/bin/ld: cannot find -lwx_baseu-3.0

i have installed the 3.1 of wxWidget, how can i set this version 3.1 instead of 3.0?

Thanks, best regards
Title: Re: Compiling Filezilla
Post by: dacorsa on 2017/11/10, 12:21:39

how can i modify path to search lib? filezilla search this file wx.h:


In file included from dbushandler.cpp:1:0:
dbushandler.h:4:10: fatal error: wx/wx.h: File o directory non esistente
 #include <wx/wx.h>
          ^~~~~~~~~
compilation terminated.


i have this file in :


usr/local/include/wx-3.1/wx/wx.h


how can i solve this?


thanks
Title: Re: Compiling Filezilla
Post by: melmarker on 2017/11/10, 13:17:22
Install the needed dependencies and be done with - the results will be even better if on use the debian packaging and the debian build tools (workflow included) for such things.
Title: Re: Compiling Filezilla
Post by: sunrat on 2017/11/12, 00:39:16
Code: [Select]
apt install filezilla ;)