Damien Pollet wrote: > Hi, here's what a fresh compile from git tells me: > > st> PackageLoader fileInPackage: 'GTK' > "Global garbage collection... done" > Loading package GTK > Recompiling classes... > Recompiling classes... > /Users/damien/Documents/Scratch/GnuSmalltalk/install/share/smalltalk/GTK.star#VFS.ZipFile/MoreFuncs.st:50: > key GObject not found > /Users/damien/Documents/Scratch/GnuSmalltalk/install/share/smalltalk/GTK.star#VFS.ZipFile/MoreFuncs.st:50: > expected Eval, Namespace or class definition > /Users/damien/Documents/Scratch/GnuSmalltalk/install/share/smalltalk/GTK.star#VFS.ZipFile/MoreFuncs.st:59: > expected expression > /Users/damien/Documents/Scratch/GnuSmalltalk/install/share/smalltalk/GTK.star#VFS.ZipFile/GtkImpl.st:1: > key GtkWidget not found > /Users/damien/Documents/Scratch/GnuSmalltalk/install/share/smalltalk/GTK.star#VFS.ZipFile/GtkImpl.st:1: > expected Eval, Namespace or class definition > /Users/damien/Documents/Scratch/GnuSmalltalk/install/share/smalltalk/GTK.star#VFS.ZipFile/GtkImpl.st:13: > expected expression > > It's on mac, but with the gtk2 from macports (built against X11) and > according to otool, the libs are loaded from the correct placeā¦
It's the structs.st and funcs.st files that are not built correctly. They're probably empty. What's in packages/gtk/order in the build directory? Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
