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.
|
|
09-24-2005, 06:56 AM
|
#1
|
Member
Registered: Feb 2005
Distribution: Gentoo
Posts: 59
Rep:
|
Installing the gtk
I want to install my gtk but when i try "configure --prefix=/opt/gtk" the compiler shows me this errors:
Code:
configure: error: Package requirements (glib-2.0 >= 2.7.1 atk >= 1.0.1 pan go >= 1.9.0 cairo >= 0.9.2) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIB S environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
What I should do?!?!
|
|
|
09-24-2005, 07:22 AM
|
#2
|
Senior Member
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073
Rep:
|
Have you installed glib-2.8, atk-1.10, cairo-1.0 and pango-1.10? Where did you install them. In the gtk source folder read gtk+-2.8.3/docs/reference/gtk/html/gtk-building.html then set CPPFLAGS, LDFLAGS, PKG_CONFIG_PATH and LD_LIBRARY_PATH to point to where you installed glib-2.8, atk-1.10, cairo-1.0 and pango-1.10
|
|
|
09-24-2005, 08:21 AM
|
#3
|
Member
Registered: Feb 2005
Distribution: Gentoo
Posts: 59
Original Poster
Rep:
|
I can't install it too .. i don't know how to set up the flag .. and .. atk requires glib ... aahh .. i don't know what to do .. -.-
|
|
|
09-24-2005, 08:25 AM
|
#4
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
Welcome to dependancies
All of those (except cairo) depend on glib, so you need to install it first. Once you've done that, I'd install cairo, then atk, then pango, then gtk. Your profile says you use Debian, if you type in this it'll install it all for you:
Code:
# never used debian or a derivitate so this is my best guess at a package name
apt-get install gtk
|
|
|
09-24-2005, 11:13 AM
|
#5
|
Member
Registered: Feb 2005
Distribution: Gentoo
Posts: 59
Original Poster
Rep:
|
# never used debian or a derivitate so this is my best guess at a package name
apt-get install gtk
This don't work .. i think i must add in my sources.conf the link ... or not?
|
|
|
09-26-2005, 10:05 AM
|
#6
|
Member
Registered: Feb 2005
Distribution: Gentoo
Posts: 59
Original Poster
Rep:
|
How to install gtk in fedora 4 core? =.=
I have been configure make make install with cairo, pando atk and glib but my gdk won't compile:
Code:
Requested 'glib-2.0 >= 2.7.1' but version of GLib is 2.6.6
configure: error: Package requirements (glib-2.0 >= 2.7.1 atk >= 1.0.1 pango >= 1.9.0 cairo >= 0.9.2) were not met.
|
|
|
09-26-2005, 12:51 PM
|
#7
|
Member
Registered: Feb 2005
Distribution: Gentoo
Posts: 59
Original Poster
Rep:
|
I need an help .. i want to install aMule in Fedora core 4 but ._. .. without gtk I can't compile it!!
|
|
|
09-27-2005, 02:08 AM
|
#8
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
Quote:
Originally posted by Elbryan
How to install gtk in fedora 4 core? =.=
I have been configure make make install with cairo, pando atk and glib but my gdk won't compile:
Code:
Requested 'glib-2.0 >= 2.7.1' but version of GLib is 2.6.6
configure: error: Package requirements (glib-2.0 >= 2.7.1 atk >= 1.0.1 pango >= 1.9.0 cairo >= 0.9.2) were not met.
|
Have you actually read the error you posted? You have the wrong version of glib installed. Fix that and it'll either work or tell you that you have the wrong version of something different installed...
|
|
|
09-27-2005, 07:13 AM
|
#9
|
Member
Registered: Feb 2005
Distribution: Gentoo
Posts: 59
Original Poster
Rep:
|
No i have installed glib now .. my glib works well i have configured, maked and "maked installed" (:P) the glib 2.8.3 ... but during other compilations, the other programs don't see it!
|
|
|
09-28-2005, 01:55 AM
|
#10
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
Using initiative has never killed anyone. Open a console, cd to the directory where you have extracted the GTK source and type this:
Code:
./configure --help | less
Read that and see if you can figure out what to do next.
|
|
|
10-13-2007, 01:17 AM
|
#11
|
LQ Newbie
Registered: Oct 2007
Posts: 6
Rep:
|
this will help... but...
as far as guarantee your make(s) will all install properly, doubt it. Seems to me these gtk+ releases are very ifi and weird to install because of what version to use with what distro and what dependency versions work.
this though helps:
http://www.yolinux.com/TUTORIALS/GTK...mmingTips.html
|
|
|
All times are GMT -5. The time now is 12:51 AM.
|
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
|
|