Re: Please help me!



On Sun, 2002-01-27 at 02:47, Jacob C. wrote:
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

Finally I realized  my mistake.. this ` is different from ' this.. I
really forgot that.. It is a stupid mistake to do but I did it..

thanx a lot 

yufufi




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