aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2 3 ... 5

Author Topic: Problem with configure in the last cvs  (Read 4757 times)

Pazzeo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 26
Problem with configure in the last cvs
« 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

« Last Edit: September 25, 2007, 11:52:29 PM by Pazzeo »
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Problem with configure in the last cvs
« Reply #1 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
Logged

Pazzeo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 26
Re: Problem with configure in the last cvs
« Reply #2 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
Logged
Pages: [1] 2 3 ... 5