aMule Forum
English => Compilation problems => Topic started by: demir on March 04, 2005, 06:26:53 AM
-
Hi,
I downloaded CVS tarball (20050303) but the configure script does not detect GTK on my machine. It gives the following output:
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.4.2
GTK Not detected
I guess because of this, make gives some errors. Any suggestion for this? Thanks
I installed the following rpm's.
wxBase-2.4.2-1.i586.rpm
wxGTK-2.4.2-1.i386.rpm
wxGTK-devel-2.4.2-1.i386.rpm
[root@dyna3013 downloads]# rpm -aq|grep wx
wxGTK-devel-2.4.2-1
wxGTK-2.4.2-1
wxBase-2.4.2-1
[root@dyna3013 downloads]#
[root@dyna3013 downloads]# ls -la /usr/bin/wx*
-rwxr-xr-x 1 root root 4864 Nov 28 2003 /usr/bin/wxbase-2.4-config
lrwxrwxrwx 1 root root 26 Mar 3 21:46 /usr/bin/wxbase-config -> /usr/bin/wxbase-2.4-config
lrwxrwxrwx 1 root root 25 Mar 3 21:46 /usr/bin/wx-config -> /usr/bin/wxgtk-2.4-config
-rwxr-xr-x 1 root root 5159 Sep 21 2003 /usr/bin/wxgtk-2.4-config
[root@dyna3013 downloads]#
-
Libraries aMule will use to build:
wxWidgets 2.4.2
GTK Not detected
Man this is weird, looks like you are not missing wxGTK, you are missing gtk itself :P
Just joking, you are probably missing a devel package of gtk. Look (and post yours after me):
$ rpm -qa | grep -i gtk | grep -i devel
gtkhtml-devel-1.1.9-10
pygtk2-devel-2.4.0-1
gtk+-devel-1.2.10-33.5.3.kde
gtk2-devel-2.4.14-2.fc3
In your case, as you are using wxGTK-2.4.2, look for gtk+-devel. If not installed, please install it.
Cheers!
-
In your case, as you are using wxGTK-2.4.2, look for gtk+-devel. If not installed, please install it.
Thank you. You are right, it was missing. I installed it, and it works.
Thanks
-
Heh, nice to help you! ;)
Please report any problems!
Cheers!