aMule Forum

English => Compilation problems => Topic started by: Pazzeo on September 25, 2007, 11:50:57 PM

Title: Problem with configure in the last cvs
Post by: Pazzeo on September 25, 2007, 11:50:57 PM
Hi all,

I'm trying to compile the last cvs but i have a problem when i run this configure
Code: [Select]
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --disable-debug --enable-optimize --enable-unicode

During the process, I have this error:
Code: [Select]
checking which wxWidgets toolkit was selected... configure: error:
        Cannot detect the currently installed wxWidgets port !
        Please check your 'wx-config --cxxflags'...
I had compiled two months ago a cvs version without problem.
I have Widgets 2.8.4  and  my LD_LIBRARY_PATH is correct and if I run wx-config --cxxflags the result is :
Code: [Select]
-I/usr/local/lib/wx/include/base-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -pthreadCan you help me?
Thank you

Pazzeo

Title: Re: Problem with configure in the last cvs
Post by: wuischke on September 26, 2007, 10:25:57 AM
Hi Pazzeo,

Could you please try to add the option --with-toolkit=base to your configure command? Please tell me if it works, then we'll have to fix the autodetection.

kind regards
Title: Re: Problem with configure in the last cvs
Post by: Pazzeo on September 27, 2007, 12:54:37 AM
Hi Pazzeo,

Could you please try to add the option --with-toolkit=base to your configure command? Please tell me if it works, then we'll have to fix the autodetection.

kind regards
Hi wuischke,

Now  with
Code: [Select]
--with-toolkit=base configure works propely.
Thank you

Pazzeo