Results 1 to 2 of 2
gcc kk.c :
kk.c:1: fatal error: gtk/gtk.h: No such file or directory
compilation terminated....
- 02-13-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 3
gtk and C language
gcc kk.c :
kk.c:1: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
- 02-14-2011 #2Just Joined!
- Join Date
- Dec 2009
- Location
- Maryland, USA
- Posts
- 83
A minimalist post.
So, you tried to compile the source file kk.c and got a compiler error saying that it can't find gtk.h in a /gtk directory.
Have you explored finding and installing the gtk.h library, file, whatever it's called?


Reply With Quote