aMule Forum

Deutsch => aMule Hilfe => Topic started by: Marcell on September 04, 2007, 05:16:36 PM

Title: aMule-CVS meckert über wxWidgets beim Kompilieren
Post by: Marcell on September 04, 2007, 05:16:36 PM
Hi,

da ich mit dem bisherigen aMule-2.1.3 keine Erfolge erzielen konnte, aufgrund eines dauerhaften Speicherzugriffsfehlers beim Start von aMuleWeb, habe ich mir das aktulle CVS-Image geladen und wollte dies nun mit meinen wxWidgets-2.8.4 kompilieren.

Beim Kompileren erhalte ich jedoch immerwieder folgende Meldungen:
Quote
checking for the --with-toolkit option... will be automatically detected
checking for the --with-wxshared option... will be automatically detected
checking for the --with-wxdebug option... will be automatically detected
checking for the --with-wxversion option... will be automatically detected
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.0 (--unicode=yes)... yes (version 2.8.4)
checking for wxWidgets static library... no
checking if wxWidgets was built in DEBUG mode... no
checking if wxWidgets was built in STATIC mode... no
checking which wxWidgets toolkit was selected... configure: error:
        Cannot detect the currently installed wxWidgets port !
        Please check your 'wx-config --cxxflags'...
Dazu habe ich folgende Paramter verwendet:
Code: [Select]
./configure --prefix=/usr --disable-debug --enable-optimize --disable-monolithic --enable-amule-daemon --enable-amulecmd --enable-webserver --with-gdlib-prefix=/usr/local --with-libpng-prefix=/usr/local --enable-unicode
Die entsprechende Ausgabe von wx-config -cxxflags lieferte:
Quote
-I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DwxUSE_GUI=0 -pthread

Hat hierzu vllt. jemand eine Idee?

Danke schonmal!
Title: Re: aMule-CVS meckert über wxWidgets beim Kompilieren
Post by: anybody on September 29, 2007, 11:56:13 AM
Hatte das selbe Problem, und bin auf diesen Post gestossen:

http://forum.amule.org/index.php?topic=13298.0

Mit --with-toolkit=base hat's dann bei mir geklappt. Wieso die autodetection allerdings nicht ging weiss ich auch nicht...