[cl-opengl-devel] errors with cffi changes?
I'm seeing the same problem with the latest cffi from the darcs repository and sbcl 1.0.17.26 [on amd64] It doesn't seem to be a cl-opengl problem, but rather a cffi/sbcl problem, as I get this with any .so as soon as I "defcfun" anything: caught ERROR: ; (during macroexpansion of (DEFCFUN ("my_function"...) ...)) ; The value NIL ; is not of type ; (OR (VECTOR CHARACTER) (VECTOR NIL) UNSIGNED-BYTE BASE-STRING). cffi 0.9.2 seems to be working correctly... serge
On Fri, Jun 6, 2008 at 12:40 PM, serge de marre <sdemarre@gmail.com> wrote:
I'm seeing the same problem with the latest cffi from the darcs repository and sbcl 1.0.17.26 [on amd64]
Did you try updating Alexandria? -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
I got alexandria and babel from the darcs repository [I used to have some asdf-installed version] and now everything seems to work fine, I was able to run some glut-examples. Thanks for your help serge On Sat, Jun 7, 2008 at 12:19 AM, Luís Oliveira <luismbo@gmail.com> wrote:
On Fri, Jun 6, 2008 at 12:40 PM, serge de marre <sdemarre@gmail.com> wrote:
I'm seeing the same problem with the latest cffi from the darcs repository and sbcl 1.0.17.26 [on amd64]
Did you try updating Alexandria?
-- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
participants (2)
-
Luís Oliveira
-
serge de marre