LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 10-21-2004, 08:49 PM   #1
JNaas
Member
 
Registered: Sep 2004
Posts: 43

Rep: Reputation: 15
Arrow 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.
 
Old 10-21-2004, 10:19 PM   #2
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
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?
 
Old 10-22-2004, 02:31 AM   #3
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
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
 
Old 10-22-2004, 03:19 AM   #4
JNaas
Member
 
Registered: Sep 2004
Posts: 43

Original Poster
Rep: Reputation: 15
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...
 
Old 10-22-2004, 04:09 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 10-22-2004, 08:53 AM   #6
JNaas
Member
 
Registered: Sep 2004
Posts: 43

Original Poster
Rep: Reputation: 15
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

 
Old 10-22-2004, 08:56 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 10-22-2004, 09:02 AM   #8
JNaas
Member
 
Registered: Sep 2004
Posts: 43

Original Poster
Rep: Reputation: 15
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??
 
Old 10-22-2004, 09:08 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 10-22-2004, 09:17 AM   #10
JNaas
Member
 
Registered: Sep 2004
Posts: 43

Original Poster
Rep: Reputation: 15
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??
 
Old 10-22-2004, 09:33 AM   #11
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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!
 
Old 10-22-2004, 05:42 PM   #12
JNaas
Member
 
Registered: Sep 2004
Posts: 43

Original Poster
Rep: Reputation: 15
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...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How can Ubuntu to installl AMSN ? davidyu Linux - Distributions 2 10-19-2004 10:07 PM
mandrake installl freezes davidfes Linux - Newbie 0 07-13-2004 10:07 AM
how to installl sunil_lc Linux - Networking 3 10-28-2003 12:33 PM
xine player installl eye Linux - Software 1 09-04-2003 11:12 PM
R.H. installl now KDE or GNOME? Noffy Linux - Software 1 02-26-2002 07:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:16 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