Re: [cl-opengl-devel] Problem compiling for SBCL 1.0.13

2008-06-28 Thread Luís Oliveira
On Sat, Jun 28, 2008 at 2:09 PM, Thomas Karolski <[EMAIL PROTECTED]> wrote: > Its in the windows system32 folder. Compiled from source (freeglut-2.4.0). Maybe you've compiled it using the stdcall calling convention? This one should work: -- L

Re: [cl-opengl-devel] Problem compiling for SBCL 1.0.13

2008-06-28 Thread Thomas Karolski
Luís Oliveira schrieb: On Sat, Jun 28, 2008 at 1:53 PM, Thomas Karolski <[EMAIL PROTECTED]> wrote: Undefined alien: "glutSetOption" Do you have the freeglut DLL? If so, where? And does (cffi:load-foreign-library "freeglut.dll") find it? Its in the windows system32 folder. Compiled

Re: [cl-opengl-devel] Problem compiling for SBCL 1.0.13

2008-06-28 Thread Luís Oliveira
On Sat, Jun 28, 2008 at 1:53 PM, Thomas Karolski <[EMAIL PROTECTED]> wrote: > Undefined alien: "glutSetOption" Do you have the freeglut DLL? If so, where? And does (cffi:load-foreign-library "freeglut.dll") find it? > ; caught WARNING: > ; ALEXANDRIA.0.DEV also exports the following symbols:

Re: [cl-opengl-devel] Problem compiling for SBCL 1.0.13

2008-06-28 Thread Thomas Karolski
Luís Oliveira schrieb: On Sat, Jun 28, 2008 at 10:51 AM, Thomas Karolski <[EMAIL PROTECTED]> wrote: Anyone got an idea as to how to solve this problem? Make sure you have the latest version of alexandria from darcs and recompile with (asdf:oos 'asdf:loas-op :cl-opengl :force t). A

Re: [cl-opengl-devel] Problem compiling for SBCL 1.0.13

2008-06-28 Thread Luís Oliveira
On Sat, Jun 28, 2008 at 10:51 AM, Thomas Karolski <[EMAIL PROTECTED]> wrote: > Anyone got an idea as to how to solve this problem? Make sure you have the latest version of alexandria from darcs and recompile with (asdf:oos 'asdf:loas-op :cl-opengl :force t). -- Luís Oliveira http://student.dei.

[cl-opengl-devel] Problem compiling for SBCL 1.0.13

2008-06-28 Thread Thomas Karolski
I am using SBCL 1.0.13 on a windows environment, with newest CFFI, Alexandria, Babel, trivial-features and cl-opengl (drawn per darcs where available). However, when trying the command (asdf:operate 'asdf:load-op 'cl-opengl) I get the following error: ---