Results 1 to 2 of 2
I downloaded one simple gtk+ project.
If I try to comiple that c file, am getting error like:
gtk/gtk.h file is not exist.
How can I know whether GTK+ installed ...
- 05-03-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 3
error: gtk/gtk.h f file is not exist, how to set path
I downloaded one simple gtk+ project.
If I try to comiple that c file, am getting error like:
gtk/gtk.h file is not exist.
How can I know whether GTK+ installed or not.
And how can I set path.
thanking you,
Regards
Jeevan
- 05-04-2007 #2
1. Check if you have GTK-devel installed. Do ls /usr/include/gtk* and check for gtk-1.0 or gtk-2.0 directory.
2. If you have that directory, ensure that while compiling, all the required compile options are present.---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------


Reply With Quote