gtk2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gtk2

kaveman
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: gtk2

Mike Anderson-3
Krishna wrote:
> Hi list,
>
> What should I do to get the gtk examples to work? I've built it
> properly with gst but get segfaults when I run the samples.
>
> Cheers,
> Krishna

You can run them several ways, but for example, running gst from the gtk
directory:

st> PackageLoader fileInPackage: 'GTK'!

(lots of messages)

st> FileStream fileIn: 'example_arrow.st'!

(little window with four buttons appears)

A Smalltalk backtrace or a Gtk+ error causing an Abort are likely
scenarios with Gtk+ programming, not that they should occur with the
examples. A segfault is a bit more worrying.

Which example(s) are you trying, how are you running them, what OS and
version of GST do you have, and what configure options)? If you compiled
with --enable-preemption or --enable-jit in particular, I would try
again without them and see if it makes a difference.

Mike


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk