Re: Please help me!



Try this:

In you source files, #include "gtk.h" (note, not <gtk/gtk.h>)

and on your compile line add -I/usr/local/include/gtk so it would look something like:

gcc `gtk-config --cflags --libs` -I/usr/local/include/gtk -o main main.c

Jacob



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]