On 2006-jul-20, at 15:29, Nils Stritzel wrote:
I am trying to install cl-opengl on OS X 10.4.7 and openmcl
After installing cffi I tried to get cl-opengl to run but (asdf:operate 'asdf:load-op 'cl-opengl) just results in
; loading system definition from /Users/yukun/bin/ccl/systems/cl- opengl.asd into #<Package "ASDF268"> ; registering #<SYSTEM :CL-OPENGL #x8440B76> as CL-OPENGL
Error in process listener(1): Unable to load foreign library: /
System/Library/Frameworks/OpenGL.framework/OpenGL
Hmmm. Works for me with latest CFFI and OpenMCL 1.0-p060223 (DarwinPPC32) on OS 10.4.7.
What does (cffi:load-foreign-library '(:framework "OpenGL")) say? Can you try with other lisps too?
One more thing: http://common-lisp.net/cgi-bin/darcsweb/ darcsweb.cgi?r=cl-opencl%20cl-opengl;a=summary seems to broken.
Thanks. Fixed in the webpage.