Bug 141111 - gnome-config broken
Summary: gnome-config broken
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Major
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-29 20:37 UTC by David Martin
Modified: 2006-01-02 14:13 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Martin 2005-12-29 20:37:29 UTC
gnome-config is only aware of a small set of libraries.
For example:
"gnome-config --libs gnomecanvaspixbuf"
fails even though both the library and development version are installed.

Enterint "gnome-config" at the command prompt should list many available libraries, but it only lists a few.

Due to this bug I cannot develop or compile many gnome applications.
Comment 1 Stanislav Brabec 2006-01-02 14:13:59 UTC
It works for me. You probably did not install gdk-pixbuf-devel package.

sbrabec@hammer:~> gnome-config --libs gnomecanvaspixbuf
-rdynamic -L/opt/gnome/lib64 -L/usr/X11R6/lib64 -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf

gnome-config is deprecated and libraries newer that 3 years don't support it any more. Use pkg-config instead.

It is OK that gnome-config lists only a few libraries. Most GNOME1 libraries were dropped in time of SuSE Linux 9.0, the rest was removed from devel selection.