Description of problem: /usr/include/glib-2.0/glib/gtypes.h includes glibconfig.h which doesn't exist Version-Release number of selected component (if applicable): glib2-devel-2.13.6-1.fc8.x86_64 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Never mind - I found it in its weird location: /usr/lib64/glib-2.0/include/glibconfig.h The bug must be in the code I'm building.
Indeed, [hans@shalem devel]$ pkg-config --cflags glib-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include [hans@shalem devel]$ Maybe your package is not using pkgconfig (like mine which got me here) Anways, not a bug, closing.