aMule Forum
English => aMule Help => Topic started by: laden6402 on December 02, 2008, 09:45:21 AM
-
install amule2.2.2:
# ./configure --prefix=/usr/local/aMule/ --disable-monolithic --enable-amule-daemon --enable-webserver --disable-optimize --enable-debug --with-wx-config=/usr/local/wxGTK/bin/wx-config --with-wxdebug --with-gtk
checking for the --with-wxdebug option... yes
checking for the --with-wxversion option... will be automatically detected
checking for wx-config... /usr/local/wxGTK/bin/wx-config
checking for wxWidgets version >= 2.8.0 (--debug=yes --unicode=yes)... no
configure: error:
The requested wxWidgets build couldn't be found.
The configuration you asked for aMule requires a wxWidgets
build with the following settings:
--debug=yes --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.
but,i already installed "wxGTK-2.8.8" ago !!!!!!
# /usr/local/wxGTK/bin/wx-config --list
Default config is gtk-ansi-release-2.8
Default config will be used for output
# /usr/local/wxGTK/bin/wx-config --selected-config
gtk-ansi-release-2.8
Why, "The requested wxWidgets build couldn't be found!" , why ? why ?
-
gtk-ansi-release-2.6 is wxWidgets 2.6, not 2.8
-
::) ::) ::)
it installed "wxGTK 2.8.8" ago!
suse10:/usr/local/wxGTK/bin # ./wx-config --list
Default config is gtk-ansi-release-2.8
Default config will be used for output
suse10:/usr/local/wxGTK/bin # ./wx-config --selected-config
gtk-ansi-release-2.8
Help !!!!!Help!!!!
-
suse10:/usr/local/wxGTK/bin # ./wx-config --selected-config
gtk-ansi-release-2.8
Well, first of all, aMule requires a unicode build of wxWidgets. Additionally, you specified --with-wxdebug, which requires wxWidgets built with debugging support.
In short, you need a config 'gtk-unicode-release-2.8' or, for debugging 'gtk-unicode-debug-2.8'.
If it's a self-compiled wxWidgets installation, recompile it with --enable-unicode and optionally with --enable-debug.
-
Also, I don't appreciate you editing your first post, which SAID 2.6
-
I installed wxGTK2.8.8:
# cd wxGTK-2.6.3
# ./configure --prefix=/usr/local/wxGTK/ --disable-gtk2 --with-gtk --enable-unicode --enable-optimise
# make
# make install
but,It is wrong!
How to install wxGTK????How to install wxGTK???'gtk-unicode-release-2.8'
-
I installed wxGTK2.8.8:
# cd wxGTK-2.6.3
# ./configure --prefix=/usr/local/wxGTK/ --disable-gtk2 --with-gtk --enable-unicode --enable-optimise
# make
# make install
but,It is wrong!
How to install wxGTK????How to install wxGTK???'gtk-unicode-release-2.8'
cd wxGTK-2.6.3
You have to be a troll.
-
--disable-gtk2
And you also need to enable gtk2 for unicode support.
-
--disable-gtk2
And you also need to enable gtk2 for unicode support.
:) :) :) thank you !!!!