aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: installing amule2.2.2 problems  (Read 3462 times)

laden6402

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
installing amule2.2.2 problems
« 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


Quote
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 !!!!!!

Quote
# /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 ?
« Last Edit: December 03, 2008, 07:25:13 AM by laden6402 »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: installing amule2.2.2 problems
« Reply #1 on: December 02, 2008, 07:20:03 PM »

gtk-ansi-release-2.6 is wxWidgets 2.6, not 2.8
Logged

laden6402

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: installing amule2.2.2 problems
« Reply #2 on: December 03, 2008, 07:28:23 AM »

 ::) ::) ::)

it installed "wxGTK 2.8.8" ago!

Code: [Select]
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!!!!
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: installing amule2.2.2 problems
« Reply #3 on: December 03, 2008, 12:33:37 PM »

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.
Logged
concordia cum veritate

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: installing amule2.2.2 problems
« Reply #4 on: December 03, 2008, 03:01:48 PM »

Also, I don't appreciate you editing your first post, which SAID 2.6
Logged

laden6402

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: installing amule2.2.2 problems
« Reply #5 on: December 04, 2008, 04:14:31 AM »

I installed wxGTK2.8.8:

Code: [Select]
# 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'
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: installing amule2.2.2 problems
« Reply #6 on: December 04, 2008, 05:03:51 AM »

I installed wxGTK2.8.8:

Code: [Select]
# 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'

Quote
cd wxGTK-2.6.3
You have to be a troll.
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: installing amule2.2.2 problems
« Reply #7 on: December 04, 2008, 10:54:35 PM »

--disable-gtk2
And you also need to enable gtk2 for unicode support.
Logged
concordia cum veritate

laden6402

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: installing amule2.2.2 problems
« Reply #8 on: December 05, 2008, 08:21:24 AM »

--disable-gtk2
And you also need to enable gtk2 for unicode support.

 :) :) :)   thank you !!!!
Logged