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
While executing: CFFI::HANDLE-LOAD-FOREIGN-LIBRARY-ERROR Type :POP to abort.
Type :? for other options.
This can be tracked down to the gl/library.lisp file, in case I did not miss something the error might even be due to cffi. Any help appreciated ;)
One more thing: http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi? r=cl-opencl%20cl-opengl;a=summary seems to broken.
Regards,
Nils Stritzel