Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Compiling Filezilla  (Read 2478 times)

dacorsa

  • Guest
[EN] Compiling Filezilla
« 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

dacorsa

  • Guest
Re: Compiling Filezilla
« Reply #1 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

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: Compiling Filezilla
« Reply #2 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.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Offline sunrat

  • User
  • Posts: 406
Re: Compiling Filezilla
« Reply #3 on: 2017/11/12, 00:39:16 »
Code: [Select]
apt install filezilla ;)