[gtk+osx] missing 'glib.h' error message in gtk-osx package compiles ..
Status: Beta
Brought to you by:
jralls
From: Jay V. <jv...@ac...> - 2004-04-26 13:34:20
|
hi all, i've just dl'ed gtk-osx and attempted to build it for my system in the order specified in the README. glib - Framework (compiles successfully) glib - static lib (compiles successfully) gdk - Carbon Events (compiles successfully) gdk - Framework (fails: Missing file or directory: /usr/local/lib/libglib.a Missing file or directory: /usr/local/lib/libgmodule.a Missing file or directory: /usr/local/lib/libgthread.a gdk - Library (fails: from gdk.c:38: In file included from /Users/j/Desktop/gtk-osx-0.6/gdk/gdk.h:31, /Users/j/Desktop/gtk-osx-0.6/gdk/gdktypes.h:33:18: glib.h: No such file or directory gtk - Library (fails: fnmatch.c:40:18: glib.h: No such file or directory fnmatch.c: In function `fnmatch': Are there steps in between building glib and gdk which I have omitted? If so, what are they, and why doesn't the README fully document those steps? Ultimately, I would like to be able to build the static libs for OSX, as I have a GTK app which I would like to distribute internally without requiring my users to have to install the full GTK package before they can use it ... In the meantime, I'm going back to fink. gtk-osx-0.6 is broken, in my opinion. -- ; Jay Vaughan |