> > so, I put the define-external in graphics.scm, where I do now: > (ode-space-collide space #f (location foobar)) > > and throws again: > > Error: (location) bad argument type - locative can not refer to > objects of this type: #<procedure (foobar data81 geom182 geom283)> >
Does the definition of "foobar" textually precede the invocation of "ode-space-collide"? (if not, try to move it to the front) cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
