aMule Forum
English => aMule Help => Topic started by: Bouba 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!:)
-
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
-
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
-
what linux distri do u use ?
-
get the cvs fom http://amule.hirnriss.net
then compile it following the howto
Greetings!
-
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:)
-
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
-
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!