Re: Please help me!
- From: "Jacob C." <jacobc chiefarchitect com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Please help me!
- Date: Sat, 26 Jan 2002 16:47:46 -0800
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]