Hello Mikael, Thanks for the pointers. I will try installing cffi and cl-opengl both from darcs. Is there any reason why the darcs version isnt moved into the official cl-opengl darcs repository ? Regards, Deepankar On Dec 16, 2007 12:01 PM, <cl-opengl-devel-request@common-lisp.net> wrote:
Send cl-opengl-devel mailing list submissions to cl-opengl-devel@common-lisp.net
To subscribe or unsubscribe via the World Wide Web, visit http://common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel or, via email, send a message with subject or body 'help' to cl-opengl-devel-request@common-lisp.net
You can reach the person managing the list at cl-opengl-devel-owner@common-lisp.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of cl-opengl-devel digest..."
Today's Topics:
1. Problem building cl-opengl (Deepankar Sharma) 2. Re: Problem building cl-opengl (Mikael Lax)
----------------------------------------------------------------------
Message: 1 Date: Sat, 15 Dec 2007 14:19:44 -0500 From: "Deepankar Sharma" <deepankar.sharma@gmail.com> Subject: [cl-opengl-devel] Problem building cl-opengl To: cl-opengl-devel@common-lisp.net Message-ID: <f5e6a4360712151119r1d01df12md2795511c1579af4@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
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