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-21-2004, 08:49 PM
|
#1
|
Member
Registered: Sep 2004
Posts: 43
Rep:
|
GTK+ installl...???
Hi all...
I find myself limited by the fact that many of the apps i'm trying to install
are dependent on GTK whatever that is?? and all that follows with it...
(GLIB, ATK, Pango, etc)
i've posted earlier about this problem in relations to internet radio...
however i found a way around this....
but i'm getting persistant....
how do i install GTK... i've tried reading the install instructions but they don't do me any good since much of it is implied/"beforehand knowledge required", however i'm very much noob @ linux and not familiar with many of the terms... (running mandrake 10.0)
i would appreciate some help on basic guidelines and explanations
in simple "lay-mans terms" on how to perform this task, of installing GTK (4.2.x)
thx JNaas
PS. i'ver downloaded all the newest sources required as stated on the GTK website.
|
|
|
10-21-2004, 10:19 PM
|
#2
|
Member
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719
Rep:
|
Well, GTK is the Gimp Tool Kit. It's a set of widgets that go toward making a graphical user interface for programs that use it.
What distro are we talking about?
|
|
|
10-22-2004, 02:31 AM
|
#3
|
Senior Member
Registered: Jun 2004
Posts: 2,553
Rep:
|
install gnome2
that's the whole ball of wax
most people keep a working copy of gtk1 as well and all it's buddies
if you are doing ffrom source get a copy of the unstable Linux From Scratch book from cvs
and follow the gnome section
even if you are using more current versions at least you get a good template and some instructions to start with
|
|
|
10-22-2004, 03:19 AM
|
#4
|
Member
Registered: Sep 2004
Posts: 43
Original Poster
Rep:
|
as posted i'm using mandrake 10.0 official release 3cd version....
does gnome2 come as rpm package or bin??
because all my efforts so far with the
"./configure >make >make install"
procedure hasn't been successfull so far....
i don't know exactly what i'm doing wrong...
but there's gotta be something...
because i don't think Linux was intended to be as difficult
as, the linux i've experienced... however i'm very determined to learn how....
I think that linux users are generally more grey-haired than the avarage windows user... perhaps even more likely to become bald...
|
|
|
10-22-2004, 04:09 AM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
ok, taking a step back, i think you will *ALREADY* have gtk2 and gtk installed just fine.
thing is though, you're compiling from source, and as such you need the development packgages to actually compile new things with it. install gtk2-devel-2.6.2.i586.rpm (for example) from your cd's. then you should be able to compile stuff just fine.
|
|
|
10-22-2004, 08:53 AM
|
#6
|
Member
Registered: Sep 2004
Posts: 43
Original Poster
Rep:
|
I know a have that package installed... cause that was the first thing i looket for... searched the rpmdrake for gtk
and installed all the results...
however that didn't make much difference...
i'll start from scratch...
In order to install GTK 2.4.x i need to install:
- Glib 2.4.x
- atk
- pango
I have the souces for:
- GTK 2.4.13
- GLIB 2.4.7
- atk 1.6.x ...not sure though.. (but the newest from GTK's site)
- Pango (also the newest from GTK's site)
which should i install first..
are there any parameters i need to consider besides:
"$ ./configure"
"$ make" and
"$ make install" ????
even after installing the package from rpmdrake my /opt folder is still empty??
as far as i've read there should be a folder: /opt/gtk ??
hope someone outthere has some good answers
|
|
|
10-22-2004, 08:56 AM
|
#7
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
if you are running mandrake 10.0 then you DO NOT NEED TO INSTALL GTK FROM SOURCE. it will probably break something too, as gtk is alsways installed by default on that kind of distro. you have the rpm's. you should use them. same for pango, atk, glib, bonobo or anything else core to gnome.
gtk won't go into opt. it's a library, not a application suite or sdk...
try this...
rpm -qa | grep gtk
and post all of the results. at least this way we all know where things stand.
|
|
|
10-22-2004, 09:02 AM
|
#8
|
Member
Registered: Sep 2004
Posts: 43
Original Poster
Rep:
|
should i run Gnome????
i've run KDE so far.... the GTK is for instaaling apps in exaple KDEradiostation... dont i need to be in kde then?? or do i have to compile in gnome with it only applying to kde??
|
|
|
10-22-2004, 09:08 AM
|
#9
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well in my world you don't run gnome OR KDE .... ;
you can use any app in any manager, kde apps while using gnome etc... don't worry about that.
|
|
|
10-22-2004, 09:17 AM
|
#10
|
Member
Registered: Sep 2004
Posts: 43
Original Poster
Rep:
|
then what do you use windowmaker??
or just console, can i stream audio in console??
well any info that wold give me an advatage is great...
well getting back to main question...
ass you might have guessed i'm still pretty noob at linux and would like to learn how....
what does the "rpm -qa | grep gtk" thing do??
|
|
|
10-22-2004, 09:33 AM
|
#11
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
i use fluxbox, but anyway... please run that rpm command. it will list all rpm's installed on your system, and find any with gtk in the name. it won't harm you i promise!
|
|
|
10-22-2004, 05:42 PM
|
#12
|
Member
Registered: Sep 2004
Posts: 43
Original Poster
Rep:
|
here ya go :
[jnaas@localhost jnaas]$ rpm -qa | grep gtk
gtk-engines-0.12-8mdk
gtk-themes-1.0-10mdk
libgtkmm1.2-1.2.10-7mdk
pygtk-libglade-0.6.11-4mdk
libgtk+2.0_0-devel-2.2.4-10.1.100mdk
libgtk+-linuxfb-2.0_0-devel-2.2.4-10.1.100mdk
libgtk+1.2-1.2.10-38mdk
gtkdialogs-2.1-1mdk
libgtkhtml1.1_3-1.1.10-4mdk
libgtkxmhtml1-1.4.2-7mdk
pygtk2.0-wrapper-2.0.0-2mdk
gtksourceview-0.7.0-1mdk
gtk-engines2-2.2.0-5mdk
libwxgtk2.5-2.5.0-0.cvs20030817.1mdk
libgtk+-linuxfb-2.0_0-2.2.4-10.1.100mdk
gtktalog-1.0.4-1mdk
gtk+licq-0.51-11mdk
libgtkhtml-3.0_4-3.0.10-1mdk
libgtk+1.2-devel-1.2.10-38mdk
libgtkmm1.2-devel-1.2.10-7mdk
gtk+2.0-2.2.4-10.1.100mdk
libgtk+2.0_0-2.2.4-10.1.100mdk
libgtksourceview-1.0_0-0.7.0-1mdk
pygtk2.0-2.0.0-2mdk
libgtkspell0-2.0.3-5mdk
pygtk2.0-libglade-2.0.0-2mdk
gtkhtml3.0-3.0.10-1mdk
pygtk-glarea-0.6.11-4mdk
libgtk+-x11-2.0_0-2.2.4-10.1.100mdk
libgtkhtml2_0-2.4.1-2mdk
pygtk-0.6.11-4mdk
libexif-gtk4-0.3.3-6mdk
libgtkglarea5-1.2.3-6mdk
libgtkglarea5-devel-1.2.3-6mdk
gtkam-0.1.11-0.dev1.7mdk
[jnaas@localhost jnaas]$
hopy you find some useful stuff...
|
|
|
All times are GMT -5. The time now is 09:16 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
|
|