[cl-opengl-devel] Problem building cl-opengl
I was recently trying to build cl-opengl on sbcl 1.0.12 / ubuntu amd64. I am using the trunk version of cffi - and some errors pop up while installing cl-opengl. 1) In the file gl/types.lisp - the translate-p keywords for defctype do not seem to be supported anymore in cffi. 2) In the file funcs.lisp cffi::lisp-function-name is used. This is not an available function anymore. Can you please fix this. Another related question is - should i be using the cffi 0.9.2 available on the cffi website ? Regards, Deepankar
On Sat, 15 Dec 2007 14:19:44 -0500 "Deepankar Sharma" <deepankar.sharma@gmail.com> wrote:
I was recently trying to build cl-opengl on sbcl 1.0.12 / ubuntu amd64. I am using the trunk version of cffi - and some errors pop up while installing cl-opengl.
1) In the file gl/types.lisp - the translate-p keywords for defctype do not seem to be supported anymore in cffi. 2) In the file funcs.lisp cffi::lisp-function-name is used. This is not an available function anymore. Can you please fix this.
Hi, it sounds like you're using cl-opengl "classic". Try getting cl-opengl-thomas from darcs at http://common-lisp.net/~loliveira/darcs/cl-opengl-thomas
Another related question is - should i be using the cffi 0.9.2 available on the cffi website ?
Personally I'm using the version from darcs without problems, but I dunno about the differences between that and the official download. Sincerely, Mikael Lax
participants (2)
-
Deepankar Sharma
-
Mikael Lax