On Dec 4, 2004, at 4:38 PM, Joel Reymont wrote:
I downloaded the pre-built b9 binaries for Mac OSX.
Gambit 4.0 beta, like all betas, has bugs. This one has been fixed by beta-11:
[zakon2-iro-umontreal-ca:~] bjlucier% gsi Gambit Version 4.0 beta 11
(define-structure point x y) point
*** ERROR IN (console)@3.1 -- Unbound variable: point 1>
make-point
#<procedure #2 make-point>
(define p (make-point 3 5)) p
#<point #3 x: 3 y: 5>