<div dir="ltr">I have successfully used cl-opengl on linux+sbcl for some time. I am now trying to replicate this on windows since I am interested in creating executables for windows users. For this setup I am trying to use ecl. I am running into some issues with interface.lisp in cl-glut. For some reason even though there is a shadow statement for close and special , I get this when i try to load cl-glut-examples <br>
<br>-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>The symbol CLOSE is bound to an ordinary function and is not a valid name for a generic function<br>
Broken at SI:BYTECODES.Available restarts:<br>1. (TRY-RECOMPILING) Recompile interface and try loading it again<br>2. (RETRY) Retry performing #<ASDF:LOAD-OP NIL 43586496> on #<ASDF:CL-SOURCE-FILE "interface" "cl-glut" 325685<br>
68>.<br>3. (ACCEPT) Continue, treating #<ASDF:LOAD-OP NIL 43586496> on #<ASDF:CL-SOURCE-FILE "interface" "cl-glut" 325<br>68568> as having been successful.<br>Broken at SI:BYTECODES.<br>
CL-GLUT>><br>-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br><br>Any workarounds for this ? Has anyone used cl-opengl successfully with ecl ?<br>
<br>Thanks,<br>Deepankar<br><br></div>