LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-20-2008, 04:00 PM   #1
Enter_Slackgirl
LQ Newbie
 
Registered: Mar 2004
Location: Leeds, UK, EU
Distribution: OpenSUSE 10.3
Posts: 16

Rep: Reputation: 0
Unhappy problem with xmms and gtk...


Hi
I have just tried to install XMMS... I got message that I don't have the GTK+ newer than 1.2... I thought I did, but I downloaded the newest version of GTK, installed it, and XMMS gives me the same message again...
How to fix this problem?...
 
Old 03-20-2008, 04:33 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
What is configure saying (actual errror), where did gtk get
installed to?


Cheers,
Tink
 
Old 03-20-2008, 04:39 PM   #3
Enter_Slackgirl
LQ Newbie
 
Registered: Mar 2004
Location: Leeds, UK, EU
Distribution: OpenSUSE 10.3
Posts: 16

Original Poster
Rep: Reputation: 0
The error message:

checking for GTK - version >= 1.2.2... 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: *** GTK+ >= 1.2.2 not installed - please install first ***

I don't have a clue where did gtk installed itself... I run it from home/[user]/gtk_folder...
 
Old 03-20-2008, 04:44 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Heh.

OK, let's assume that you just moved from Lodz to Leeds and switched
from Slack 9.1 to OpenSUSE10.3 in the last 10 minutes .... :D

What does rpm -ql $(rpm -qa | grep gtk ) give you?
Chances are that you just need to install the matching
development package for GTK.

Use Yast2 to find & install gtk-dev


Cheers,
Tink
 
Old 03-20-2008, 04:51 PM   #5
Enter_Slackgirl
LQ Newbie
 
Registered: Mar 2004
Location: Leeds, UK, EU
Distribution: OpenSUSE 10.3
Posts: 16

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Tinkster View Post
Heh.

OK, let's assume that you just moved from Lodz to Leeds and switched
from Slack 9.1 to OpenSUSE10.3 in the last 10 minutes ....

Cheers,
Tink
No, it didn't happen in the last 10 mins, I just didn't visit this site for last 4 years or so... and so many changes happen in my life since then.

The output after entering command you wrote gave me a very long output.
 
Old 03-20-2008, 04:57 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by Enter_Slackgirl View Post

The output after entering command you wrote gave me a very long output.
And any of it looked relevant to gtk and development?

If no - do the Yast thing. Search for gtk, locate dev and install it.



Cheers,
Tink
 
Old 03-20-2008, 05:05 PM   #7
Enter_Slackgirl
LQ Newbie
 
Registered: Mar 2004
Location: Leeds, UK, EU
Distribution: OpenSUSE 10.3
Posts: 16

Original Poster
Rep: Reputation: 0
I don't have a clue
Here's the link to the output...
http://www.sandgirl.co.uk/output.txt
 
Old 03-20-2008, 05:13 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
gtk+-1.2 appears to be installed, but there are no includes.

I'd really suggest looking for it in yast. Don't try installing
stuff from source if you're not using the package-maintainers
way of building stuff.


Cheers,
Tink
 
Old 03-20-2008, 05:18 PM   #9
Enter_Slackgirl
LQ Newbie
 
Registered: Mar 2004
Location: Leeds, UK, EU
Distribution: OpenSUSE 10.3
Posts: 16

Original Poster
Rep: Reputation: 0
that's probably very nooby question, but how to do it... :/
 
Old 03-20-2008, 05:20 PM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Ummm ... fire up yast2, locate the search function, search for gtk+

In the result set search for a package called gtk+-dev (or the like)
and install it. Sorry, I don't use SuSE or YaST at home, so can't
give much more guidance than that.



Cheers,
Tink
 
Old 03-20-2008, 05:46 PM   #11
sleekmason
Member
 
Registered: Mar 2006
Distribution: Lilidog!
Posts: 338

Rep: Reputation: 33
Just a side note. xmms is no longer being supported as far as I know. Nobody was willing to take it up from what I hear. The closest replacement I have found is "Audacious", which has decended from xmms. Apparently, xmms has over 300? bugs now . . . (Gentoo forum info).
 
Old 03-20-2008, 05:50 PM   #12
Enter_Slackgirl
LQ Newbie
 
Registered: Mar 2004
Location: Leeds, UK, EU
Distribution: OpenSUSE 10.3
Posts: 16

Original Poster
Rep: Reputation: 0
OK, I've done what you said, and I also installed xmms from yast...
and it works
Thank you very much for all your time and patience

I might try Audacious as well
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Too small fonts in GTK applications (XMMS, Winetools) in KDE pinknick Linux - Software 2 09-24-2016 04:22 PM
No fonts appear in XMMS (gtk related?) vharishankar Debian 9 12-19-2006 06:24 AM
Trouble installing XMMS, gtk/glib issues. MDBlueIce Linux - Newbie 11 02-26-2005 09:00 PM
Glib, GTK and XMMS plugins - help required!!! foxy123 Linux - Software 3 12-23-2004 07:10 AM
xmms gtk-config sand4d Linux - Software 7 05-27-2004 11:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration