help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] gst 2.1.11 - Gtk+ binding examples


From: Michael Haupt
Subject: [Help-smalltalk] gst 2.1.11 - Gtk+ binding examples
Date: Sun, 28 Aug 2005 14:24:49 +0200

Hi,

I've got Gtk+ 2.0, the configure script finds and identifies it
correctly, gst compilation succeeds. But I can't run the
gtk/example_hello.st example.

It all seems to boil down to some C functions not having been defined.
For example, when I invoke "gst GtkDecl.st" alone, I get:

-----
Recompiling classes...
'C function gstGtkMainIteration not defined'
'C function gstGtkMainIterationDo not defined'
'C function gstGtkMain not defined'
'C function gstGtkShouldQuit not defined'
'C function gstGtkRegisterForType not defined'
'C function gstGtkInit not defined'
-----

and a lot of other errors. Inside GtkDecl.st, the Libs.st, Types.st,
Structs.st, MoreStructs.st, Enums.st, and Funcs.st files are filed in
without problems, but filing in MoreFuncs.st fails with the above
error.

What is wrong here?

Best regards,

Michael Haupt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]