Code::Blocks Forums
User forums => Help => Topic started by: condor_01 on October 03, 2007, 12:11:38 pm
-
Hello,
I installed Code::Blocks for the first time and i'm trying to run a developed project with C.
But the compiler don't recognize glib.h
I'm novice at developing and i need your help.
Please if you can tell me how to do step by step.
Thanks
-
Windows or Linux?
I am a Windows User, so I will get some Linux things wrong.
And using GTK under Windows is not easy, but I might be able to help you.
Time for Classes, so I am off to College.
Tim S
-
I'm working on Linux Ubuntu
thanks
-
glib.h is in libglib2.0-dev . At least on debian, but on Ubuntu it should be something like this.
If you include .h-files you have to install the appropriate packages.
-
Hello,
I have the same problem: fatal error: glib.h: No such file or directory.
Please if you can tell me how to fix it on Windows.
thanks.
-
I have the same problem: fatal error: glib.h: No such file or directory.
Please if you can tell me how to fix it on Windows.
Search with google for a version that works on windows and includes the dev-packages.