Odd. That error makes it look like you're missing glib which should be a dependency of gtk. You should have a /sw/include/glib-*/gdk.h
If you run the command below do you see similar output? /sw/bin/glib-config --cflags -I/sw/include/glib-1.2 -I/sw/lib/glib/include Is there a gdk.h in the directories that command lists? On May 10, 2007, at 8:08 AM, Thul Dai wrote: > > > In file included from /sw/include/gtk-1.2/gdk/gdk.h:31, > from /sw/include/gtk-1.2/gtk/gtk.h:31, > from ./sactiveconsole.h:29, > from sactiveconsole.c:27: > /sw/include/gtk-1.2/gdk/gdktypes.h:33:18: error: glib.h: No such > file or > directory > In file included from /sw/include/gtk-1.2/gdk/gdk.h:31, > from /sw/include/gtk-1.2/gtk/gtk.h:31, > from ./sactiveconsole.h:29, > from sactiveconsole.c:27: > /sw/include/gtk-1.2/gdk/gdktypes.h:52: error: parse error before > 'GdkAtom' > /sw/include/gtk-1.2/gdk/gdktypes.h:52: warning: data definition has no > type or storage class > /sw/include/gtk-1.2/gdk/gdktypes.h:98: error: parse error before > 'gpointer' > /sw/include/gtk-1.2/gdk/gdktypes.h:103: error: parse error before > 'GdkWChar' > /sw/include/gtk-1.2/gdk/gdktypes.h:103: warning: data definition > has no > type or storage class > In file included from /sw/include/gtk-1.2/gdk/gdk.h:31, > from /sw/include/gtk-1.2/gtk/gtk.h:31, > from ./sactiveconsole.h:29, > from sactiveconsole.c:27: > /sw/include/gtk-1.2/gdk/gdktypes.h:694: error: parse error before > 'data' > /sw/include/gtk-1.2/gdk/gdktypes.h:698: error: parse error before > 'data' > /sw/include/gtk-1.2/gdk/gdktypes.h:759: error: parse error before > 'gulong' > /sw/include/gtk-1.2/gdk/gdktypes.h:759: warning: no semicolon at > end of > struct or union > /sw/include/gtk-1.2/gdk/gdktypes.h:760: warning: data definition > has no > type or storage class > /sw/include/gtk-1.2/gdk/gdktypes.h:761: error: parse error before > 'green' > /sw/include/gtk-1.2/gdk/gdktypes.h:761: warning: data definition > has no > type or storage class > /sw/include/gtk-1.2/gdk/gdktypes.h:762: error: parse error before > 'blue' > /sw/include/gtk-1.2/gdk/gdktypes.h:762: warning: data definition > has no > type or storage class > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Fink-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fink-users > -- J. Tablatures of gravel law Shall see Gehennah paved When empires fall And nightmares crawl From the cradle to enslave.... ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
