Denis Rtveliashvili rtvd@mail.ru writes:
- I noticed that the Makefile has only "clean" target which was
strange.
Heh, yeah. Perhaps making it a "clean.sh" script would make more sense.
(asdf:oos 'asdf:load-op 'cl-opengl)
Everything went fine.
So, you've built and loaded cl-opengl! :-) It's cl-glut that's causing problems.
I do not understand, how could it be. My system does contain libglut.so and libglut.so.3 in /usr/lib. And different opengl examples compile with it. Of course, It can be a problem with CFFI, but the CFFI was built without any errors (including CFFI tests).
IIRC, this is a silly CFFI bug. I'm guessing you're using 0.9.0? If so, please get the latest version from the darcs repository.
HTH