Hello,
I just tried to run some of the opengl demos in lab/ using the latest
ikarus but they don't seem to load properly on my system.
For example, from an ikarus listener, I can evaluate this:
(import
(gl) (glut)
(ypsilon-compat)
(rename (except (rnrs) angle display) (reverse rnrs:reverse))
(rnrs programs))
and it loads fine. However, trying to evaluate one of the exported
symbols results in an error:
> glBegin
Unhandled exception
Condition components:
1. &assertion
2. &who: ffi-prep-cif
3. &message: "failed to initialize"
4. &irritants: (void (float))
Just curious if this is known to not work or if perhaps it's just my system.
I'm glad to see that Ikarus is getting some OpenGL support!
Aziz, congratulations on Ikarus. It's a beautiful piece of work! Very
interesting things happening in the Scheme world these days...
Ed