He compilado wxGTK-2.8.10 con estas opciones:
./configure --with-gtk=1 --disable-odbc
y me da este mensaje:
Configured wxWidgets 2.8.10 for `mipsel-unknown-linux-gnu'
Which GUI toolkit should wxWidgets use? GTK+
Should wxWidgets be compiled into single library? no
Should wxWidgets be compiled in debug mode? no
Should wxWidgets be linked as a shared library? yes
Should wxWidgets be compiled in Unicode mode? no
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.4 no
wxWidgets 2.6 yes
Which libraries should wxWidgets use?
jpeg sys
png sys
regex sys
tiff sys
zlib sys
odbc no
expat sys
libmspack no
sdl no
y cuando termina de hacer make dice:
The installation of wxWidgets is finished. On certain platforms (e.g. Linux) you'll now have to run ldconfig if you installed a shared library and also modify the LD_LIBRARY_PATH (or equivalent) environment variable. |
Luego, al hacer configure para aMule 2.2.6 :
./configure --prefix=/usr/bin/aMule --enable-amule-daemon --enable-amulecmd --enable-webserver --enable-webservergui --disable-amule-gui --disable-debug --disable-gtk --enable-optimize --enable-alcc --enable-ccache --with-language=i18n-es
da el mensaje:
configure: error:
The requested wxWidgets build couldn't be found.
The configuration you asked for aMule requires a wxWidgets
build with the following settings:
--unicode=yes
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 2.8.0 or above.
¿Tengo que compilar wxWidgets de nuevo añadiendo la opción --unicode=yes? Además, ya tenía instalado el wxWidgets 2.6.1, ¿hay que eliminarlo antes de instalar la versión 2.8.0?
Muchas gracias!