I tried to follow the GTK Tutorial at:
http://bioskop.fr/gtk_tutorial/
This is the program I tried:
#!/usr/local/bin/gst

Eval [
        PackageLoader fileInPackage: 'GTK'.
        window := GTK.GtkWindow new: GTK.Gtk gtkWindowToplevel.
        window show.
        GTK.Gtk main
]

If I try to run it:
gst base.st 
Loading package GLib
Loading package Cairo
Loading package GTK
/home/local/share/smalltalk/GTK.star#VFS.ZipFile/Funcs.st:20: Abgebrochen
zsh: segmentation fault (core dumped)  gst base.st


a core dump is probably not a "good" thing ;-(

--
View this message in context: 
http://forum.world.st/Could-this-be-a-bug-tp3387533p3387533.html
Sent from the Gnu mailing list archive at Nabble.com.

_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to