Glib.h error while trying to compile an application
Posted
by
user91125
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user91125
Published on 2012-10-29T03:25:29Z
Indexed on
2012/10/29
17:23 UTC
Read the original article
Hit count: 392
I've been trying to compile this app from source https://code.launchpad.net/gala and i keep getting this message when i run MAKE:
Scanning dependencies of target gala
[ 11%] Building C object CMakeFiles/gala.dir/src/DBus.c.o
/home/camilo/notifications/build/src/DBus.c:21:18: fatal error: glib.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/gala.dir/src/DBus.c.o] Error 1
make[1]: *** [CMakeFiles/gala.dir/all] Error 2
make: *** [all] Error 2
Even though I' have installed glib and there is the glib.h file
camilo@ian:~$ find /usr -iname glib.h
/usr/include/glib-2.0/glib.h
Is it a bug form the application or is it something wrong with my system?
© Ask Ubuntu or respective owner