[Glade-users] how to include gtk file for application.?
- From: sameer.tandra at gmail.com (sameer tandra)
- Subject: [Glade-users] how to include gtk file for application.?
- Date: Wed, 23 Aug 2006 16:02:42 +0530
Hi i am sameer.
I am working on a project for banking under
linux.(Red Hat Linux 9.0)
we are asked to use
1) GTK
2)Mysql
I have worked succesfully on mysql,but the problem is with gtk.
when i write the program in gtk and try to compile it it is giving error
that it is not able to include gtk/gtk.h header file.
I am writing the program and the error below.
#include <gtk/gtk.h>
int main( int argc,char *argv[] )
{
GtkWidget *window;
gtk_init (&argc, &argv);
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_widget_show (window);
gtk_main ();
return 0;
}
when compilingthe program with the following statement
gcc base.c -o base 'pkg-config --cflags --libs gtk+-2.0'
i am getting an error
*unable to include directory 'gtk/gtk.h' .*
**
i will be grateful for the solution .
thanking you.
sameer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20060823/802b6be3/attachment.html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]