Opened 13 years ago

Closed 13 years ago

#7230 closed Bug report (fixed)

Unable to 'make install' filezilla 3.3.5.1

Reported by: Raula Kula Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Linux
Operating system version:

Description

I am a researcher currently analysing several versions of filezilla. I was able to cross-compile and make filezilla-3.2.7.1 without any issues however when trying to install filezilla-3.3.5.1 and filezilla-3.3.4.1 I run into troubles. I am running Kubuntu 10.04.1. OS. Here is the screen dump.

Making install in locales
make[1]: Entering directory `/home/raula/Documents/fz3/filezilla-3.3.5.1/compile/locales'

/usr/local/bin/wxrc -g -e ../../locales/../src/interface/resources/*.xrc > "resources.h~"
exit 1

/usr/local/bin/wxrc: error while loading shared libraries: libwx_baseu_xml-2.9.so.0: cannot open shared object file: No such file or directory
make[1]: * [resources.h] Error 1
make[1]: Leaving directory `/home/raula/Documents/fz3/filezilla-3.3.5.1/compile/locales'
make:
* [install-recursive] Error 1

Also I have wxwidgets-2.8.11. I had previously wxwidgets-2.9 but uninstalled it because I saw it was unstable.

Can you help me build these two versions?

Raula

Change History (2)

in reply to:  description comment:1 by Raula Kula, 13 years ago

Replying to rkula:

I am a researcher currently analysing several versions of filezilla. I was able to cross-compile and make filezilla-3.2.7.1 without any issues however when trying to install filezilla-3.3.5.1 and filezilla-3.3.4.1 I run into troubles. I am running Kubuntu 10.04.1. OS. Here is the screen dump.

Making install in locales
make[1]: Entering directory `/home/raula/Documents/fz3/filezilla-3.3.5.1/compile/locales'

/usr/local/bin/wxrc -g -e ../../locales/../src/interface/resources/*.xrc > "resources.h~"
exit 1

/usr/local/bin/wxrc: error while loading shared libraries: libwx_baseu_xml-2.9.so.0: cannot open shared object file: No such file or directory
make[1]: * [resources.h] Error 1
make[1]: Leaving directory `/home/raula/Documents/fz3/filezilla-3.3.5.1/compile/locales'
make:
* [install-recursive] Error 1

Also I have wxwidgets-2.8.11. I had previously wxwidgets-2.9 but uninstalled it because I saw it was unstable.

Can you help me build these two versions?

Raula

Also I using the instructions from
http://wiki.filezilla-project.org Cross_Compiling_FileZilla_3_for_Windows_under_Ubuntu_or_Debian_GNU/Linux#libidn

to compile the project

comment:2 by Raula Kula, 13 years ago

Resolution: fixed
Status: newclosed

It is fixed. Seems wxWidgets-2.9.0 was still installed, thus conflicting with Filezilla. Installed and working properly. User error!

Note: See TracTickets for help on using tickets.