Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-24-2005, 01:19 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Distribution: Fedora Core 2, SuSE 10
Posts: 25
Rep:
|
./configure can't find gtk+
I use SuSE 10 and I've been trying to get all my programs and plugins working correctly, but have been having some trouble. Whenever I try to run ./configure for almost anything i get an error along the lines of this:
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /usr/bin/gtk-config
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***
however I do have GTK+ installed, as rpm -qa | grep gtk+ gives me
gtk+-devel-1.2.10-15
gtk+-1.2.10-15
and gtk-config --version gives me
1.2.10
I can't figure out what the deal with this is. If anyone could help me out I would appreceate it.
Thanks
-Aaron
|
|
|
10-24-2005, 06:40 AM
|
#2
|
Member
Registered: Apr 2005
Distribution: LFS 5.0 and 6.1
Posts: 705
Rep:
|
Re: ./configure can't find gtk+
Quote:
Originally posted by ELconkestador
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***
I can't figure out what the deal with this is.
|
it's right there in front of your nose..................it needs gtk 1.2.2
the version you have installled is..............gtk 1.2.10
|
|
|
10-24-2005, 07:36 AM
|
#3
|
Senior Member
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938
Rep:
|
Re: Re: ./configure can't find gtk+
Quote:
Originally posted by freakyg
it's right there in front of your nose..................it needs gtk 1.2.2
the version you have installled is..............gtk 1.2.10
|
No, right there in front of his nose it says >= 1.2.2. That's GREATER THAN or equal to 1.2.2. 1.2.10 is certainly greater than 1.2.2.
|
|
|
10-24-2005, 10:22 AM
|
#4
|
LQ Newbie
Registered: Jan 2005
Distribution: Fedora Core 2, SuSE 10
Posts: 25
Original Poster
Rep:
|
exactly! so any ideas?
|
|
|
10-24-2005, 02:49 PM
|
#5
|
Member
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586
Rep:
|
Quote:
Originally posted by ELconkestador
exactly! so any ideas?
|
it might not find it, so try using ./configure --help and see if there are options to point it towards the files, then you just point it and it should work. It might be looking for them in the wrong place (usually happens when you try to compile programs that where programmed with another distro in mind when yours differs slightly). I remember having the same problem when compiling the wacom driver.
|
|
|
10-24-2005, 05:36 PM
|
#6
|
Member
Registered: Mar 2005
Posts: 130
Rep:
|
Re: Re: Re: ./configure can't find gtk+
Quote:
This is my signature! Not a post aimed at any one person....
A quick English lesson:
1. "Your" is possessive. "You're" is a contraction of "You are". Why do otherwise intelligent people make statements like "Your running the wrong program"? It's not hard.
2. "There" refers to something like "over there". "Their" is possessive of them. "They're" is "they are".
3. Plurals DO NOT HAVE APOSTROPHES. Yes really: no "dog's", no "cat's", no "program's" and definitely no "carrot's" 
4. Try punctuating occasionally. It makes your question easier to understand and means I'm more likely to try to answer it. I'm probably not the only one.
|
You too, eh? 
|
|
|
10-24-2005, 07:01 PM
|
#7
|
Senior Member
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549
Rep:
|
You need to install the -devel packages for gtk through YAST. I don't know about Suse but on Mandriva they are named
Code:
libgtk+1.2-devel
and
libgtk+2.0_0-devel
If you just go into Yast and search for gtk you should see the right packages.
|
|
|
All times are GMT -5. The time now is 03:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|