Click to See Complete Forum and Search --> : missing glibconfig.h in gtk-1.2 ???
PolteRGeisT
09-17-2002, 09:13 PM
I need that header file to compile a gtk+ program I wrote, but for some reason it is not present anywhere in /usr/include. Can anyone provide a link to the file itself or possibly just post the contents of the file on the boards. thanks. :)
bwkaz
09-17-2002, 10:50 PM
You're probably actually going to need more than just that file...
Try installing glib-devel or gtk+-devel.
PolteRGeisT
09-18-2002, 02:09 PM
Now that is just like asking for trouble ;) I've already found the problem. It was the command I was using to compile the program that brought about the problem. I was using ' instead of ` and when I fixed that the problem was solved. :D
bwkaz
09-18-2002, 05:46 PM
OK, never mind then. :D