When trying to build the latest code from CVS, I get this error... I build with configure options: ./configure --enable-mp3 (for experimental purposes) --enable-ghelp
The error is included in the attached .txt.gz file.
Apparently the configure script skips the /usr/lib64 directory leaving out glibconfig.h and gdkconfig.h (and god knows which other) files. I wouldn't know to hack configure to look and properly decide in which directory expect to find
glibconfig.h and gdkconig.h, what can be done? apparently this is not being picked up due to lack of pkg-config, and since Fedora Core is multilib it needs to pick up the right file, either under /usr/lib64/glib-2.0/include or /usr/lib/glib-
2.0/include.
What flag can I set so the right path is picked up?