aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Re: aMule 2.0.0rc5 - compilation pb's  (Read 2915 times)

Bouba

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: aMule 2.0.0rc5 - compilation pb's
« on: July 29, 2004, 09:26:56 PM »

Hi all

Time ago i've installed amule 2.0.0rc3 following this tutorial : http://www.amule.org/amule/howto.php  (_- aMule compilation / installation howto -_).
I've installed succesfully amule.
Now i've tried install 2.0.0.rc5 but if i follow this tutorial i've many errors:

---
checking for mspack.h... no
checking for GTK+ version...
checking for gtk-config... no
checking for GTK - version >= 1.2.7... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for gtk-config... (cached) no
checking for GTK - version >= 1.2.3... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error:
Please check that gtk-config is in path, the directory
where GTK+ libraries are installed (returned by
'gtk-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and GTK+ is version 1.2.3 or above.

i've used wxGTK-2.5.2 and wxBase-2.5.2.
Someone can post me a tutorial?

thanks

bye!:)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: aMule 2.0.0rc5 - compilation pb's
« Reply #1 on: July 29, 2004, 10:02:07 PM »

hey
 
1st: would be better for next problems if you open up a new thread ;)
2nd: if you want to use wx2.5.2 you need to use current CVS otherwise you will gets lots of buggy display errors!!
3rd: if you use wx2.5.2 you dont need wxBase 2.5.2 anymore! remove it....
4th. the error you have is that configure cannot find your GTK-config file, check taht you have gtk-devel installed :)

hope taht helps,
if not open up a new thread with the errors ;)
thnx

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Bouba

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: aMule 2.0.0rc5 - compilation pb's
« Reply #2 on: July 29, 2004, 10:51:06 PM »

hi

Thanks for the help.  ;)

Sorry but i'm a noob with linux and all the amule "word".
What i need to install amule CVS?

thanks
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: aMule 2.0.0rc5 - compilation pb's
« Reply #3 on: July 29, 2004, 11:16:38 PM »

what linux distri do u use ?

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: aMule 2.0.0rc5 - compilation pb's
« Reply #4 on: July 29, 2004, 11:18:22 PM »

get the cvs fom http://amule.hirnriss.net
then compile it following the howto
Greetings!
Logged

Bouba

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: aMule 2.0.0rc5 - compilation pb's
« Reply #5 on: July 30, 2004, 09:30:36 AM »

Hi

Ok. I've download the last amule CVS.
Now my problem is: What wx---  i must download?

wxWidgets 2.5.2?
wxBase 2.5.2?
wxGTK 2.5.2?

If i follow the tutorial i should download the wxGTK 2.5.2, but i have many error (up) when i execute "./configure --prefix=/usr --disable-gtk2 --with-gtk && make"; and the next command "make install" doesn't work.

I've Mandrake 10 Official

thanks for the support:)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: aMule 2.0.0rc5 - compilation pb's
« Reply #6 on: July 30, 2004, 11:27:18 AM »

hey

well what error you have compilung wxGTK 2.5.2?
the errors you posted in your first post, where amule error they have nothing todo with wxGTK...

and maybe run the command one at one,
first
./configure.....
and check if that reports any errors, then
make

and if that finishes without any error, do as Root
make install

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: aMule 2.0.0rc5 - compilation pb's
« Reply #7 on: July 30, 2004, 11:45:29 AM »

only wxGTK 2.5.2
Anyway, as stefanero said, your problem has noting to do with wx _yet_
Your current problem is you lack the GTK development files, so install the gtk development package (on Debian it's "gtk-devel" I don't know what's it's name on your distro) and rerun configure.
Greetings!
Logged