gcc base.c -o base 'gtk-config -cflags -libs'gcc: '
this is how i compiled and the msgs i got
- Hide quoted text -
gtk-config: No such file or directory
gcc: unrecognized option '-cflags'
base.c:1:21: error: gtk/gtk.h: No such file or directory
base.c: In function 'main':
base.c:5: error: 'GtkWidget' undeclared (first use in this function)
base.c:5: error: (Each undeclared identifier is reported only once
base.c:5: error: for each function it appears in.)
base.c:5: error: 'window' undeclared (first use in this function)
base.c:7: error: 'GTK_WINDOW_TOPLEVEL' undeclared (first use in this function)
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list