aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: GTK not detected  (Read 3572 times)

demir

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • http://www.utdallas.edu/~ddemir
GTK not detected
« 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]#
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: GTK not detected
« Reply #1 on: March 04, 2005, 11:10:07 AM »

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

demir

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • http://www.utdallas.edu/~ddemir
Re: GTK not detected
« Reply #2 on: March 05, 2005, 12:35:01 AM »

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

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: GTK not detected
« Reply #3 on: March 05, 2005, 01:24:09 AM »

Heh, nice to help you! ;)

Please report any problems!

Cheers!
Logged