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 _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
