From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020408 Description of problem: gnome-config --cflags doesn't include /usr/include/gnome-1.0, even though that is where gnome.h (and others) appear in the gnome-libs-devel package. This makes it difficult to build Gnome programs. Version-Release number of selected component (if applicable): 1.4.1.2.90-14 How reproducible: Always Steps to Reproduce: 1. Run gnome-config --cflags 2. (Output should be empty.) 3. ls -l /usr/include/gnome.h (nothing there) 4. ls -l /usr/include/gnome-1.0/gnome.h Expected Results: gnome-config --cflags should include "-I /usr/include/gnome-1.0" if indeed that gnome.h is the one which is needed. If not, then the right gnome.h is missing. Additional info:
Aren't you supposed to use "gnome-config --cflags gnomeui" and so forth? All our gnome packages were built against this gnome-libs...
Closing this as NOTABUG.