Yo yo --
I'd like to get Meroon up in Gambit. I'm using Bradley Lucier's port, which seems to almost work. With the requisite (load "_meroon") in gambcini, I can use meroon in gsi. But gsc complains quite a bit:
$ gsc class.scm [ Meroon V3 Paques2001+1 $Revision: 1.1 $ ] *** WARNING -- "Class-allocator" is not defined, *** referenced in: ("class.c") *** WARNING -- "Inlinable-Class-class" is not defined, *** referenced in: ("class.c") ... and so on.
The build succeeds, but the executable fails like so:
*** ERROR IN | class| -- Operator is not a PROCEDURE (#!unbound #!unbound)
Am I doing something wrong?
-- John