On Fri, Mar 18, 2011 at 16:34, FDominicus <fr...@q-software-solutions.de> wrote: > 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 ;-(
1) What is the output of gst --version? 2) Can you include the packages/gtk/Funcs.st file from your build directory? 3) Can you try branch "stable-3.2" instead of master? Thanks! _______________________________________________ help-smalltalk mailing list help-smalltalk@gnu.org http://lists.gnu.org/mailman/listinfo/help-smalltalk