"wackode .....!" wrote:
>
> Hi guys:
>
> I've been programing with C & GTK, I've also been reading the GTK
> tutorial and I can make some programs without problems. I see that it could
> be much faster using glade, but I donīt have much infromation about it, for
> example, when I try to compile the main.c file, I get something like this:
>
> gcc -Wall -g main.c -o main 'gtk-config --cflags ' 'gtk-config --libs'
> In file included from main.c:10:
> /usr/include/gnome.h:12: Such file or directory doesnīt exist
If you want a GTK+ application turn off the 'Gnome Support' project
option.
But do this before generating any code, or the build files may not work.
(If you want a Gnome app make sure you have Gnome >= 1.0.50, including
any
'XXX-devel' packages.)
You should probably run the './autogen.sh' script then 'make' to build
the
app output by Glade. That should be easier than doing it yourself.
Damon
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.