LinuxQuestions.org
Help answer threads with 0 replies.
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 07-22-2003, 03:16 PM   #1
KptnKrill
Member
 
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229

Rep: Reputation: 30
Unhappy GNOME library problems


Hi
I tried to install a game I found on freshmeat called atomix. Unfortunately it's only available as source code. I've had loads of trouble trying to compile programs from source since I started using linux, but this time I'm determined to get this program to work. I've had too many programs that I wanted but could use because I couldn't install them.
Anyways.....
I downloaded the atomix source, extracted it, then typed....
$ ./configure
It spit out this....
------------------------------------------------------------------------------------
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for perl... /usr/bin/perl
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking what warning flags to pass to the C compiler...
checking what language compliance flags to pass to the C compiler...
checking for pkg-config... /usr/bin/pkg-config
checking for libgnome-2.0 libgnomeui-2.0 libxml-2.0 gdk-pixbuf-2.0 libglade-2.0 libgnomecanvas-2.0... Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found

configure: error: Library requirements (libgnome-2.0 libgnomeui-2.0 libxml-2.0 gdk-pixbuf-2.0 libglade-2.0 libgnomecanvas-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
------------------------------------------------------------------------------------
I have GNOME installed but it can't seem to find any of the libraries. Anyone know what to do? Thanks in advance.
 
Old 07-23-2003, 04:17 AM   #2
BigBadPenguin
Member
 
Registered: Jun 2003
Location: Warwick (.ac.uk)
Distribution: Arch, Slackware 9.0, (knoppix standing by)
Posts: 256

Rep: Reputation: 30
hi kptn
It looks like a problem with pkg-config. I think you must have it but it's not finding what it needs.
What happens when you say:
Code:
pkg-config --version
? If there's nothing wrong there, try
Code:
pkg-config --list-all | grep gnome
and see if it's finding the gnome stuff. Let us know what it says.

Last edited by BigBadPenguin; 07-23-2003 at 04:21 AM.
 
Old 07-23-2003, 10:10 AM   #3
KptnKrill
Member
 
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229

Original Poster
Rep: Reputation: 30
"pkg-config --version" returns....
0.14.0
and "pkg-config --list-all | grep gnome" returns....
------------------------------------------------------------------------------------
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-2.0', required by 'libpanel-applet-2', not found
gnome-mime-data-2.0 gnome-mime-data - Base set of file types and applications for GNOME
gnome-python-2.0 GNOME-python - Python bindings for GNOME libraries
------------------------------------------------------------------------------------
 
Old 07-23-2003, 10:22 AM   #4
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
install the gnome-devel package
 
Old 07-23-2003, 02:08 PM   #5
KptnKrill
Member
 
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229

Original Poster
Rep: Reputation: 30
I can't install the gnome-devel package.
unlocatable package.... gtkhtml = 1.1.8-5 required by gtkhtml-devel
I went onto rpmfind.net and was able to find gtkhtml but not the right version. I installed gtkhtml-1.1.9-4.i386.rpm and retried and recieved the same error. What should I do now?
 
Old 07-24-2003, 09:54 AM   #6
KptnKrill
Member
 
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229

Original Poster
Rep: Reputation: 30
Okay I found the correct version of gtkhtml on my redhat cds. But when I try to install it, it says newer version installed or something. How do I remove the new version so that I can install the older version? Thanks in advance.
 
  


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
Gnome library errors nipper Linux - Software 1 08-05-2005 11:40 AM
gnome-terminal problem while trying to use ncurses library dreamhunter Programming 0 09-29-2004 04:48 AM
Gnome Library loke137 Linux - Software 2 02-08-2004 04:23 PM
gnome shared library error mismacku Linux - Software 1 05-03-2003 04:27 PM
Missing Gnome shared library on upgraded 9.0 Tuxx0rz Slackware 2 03-31-2003 10:55 AM

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

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