Haris Bogdanovich | 10 Jul 2011 13:18
Picon

installing

Hi.
 
I tried to install cells-gtk by quicklisp.
I firstly added folders with gtk dll files to cffi:*foreign-library-directories*.
Now it doesn't complain something about cairo-win32.
Now it complains about glut:
 
Unable to load foreign library (GLUT).
  Could not register handle for external module GLUT:
 The specified module could not be found..
 
I dowloaded glut binaries and added the folder with dll to cffi:*foreign-library-directories*
But again I get the same error about glut ?
 
Thanks
<div>
<div>Hi.</div>
<div>&nbsp;</div>
<div>I tried to install cells-gtk by 
quicklisp.</div>
<div>I firstly added folders with gtk dll files&nbsp;to 
cffi:*foreign-library-directories*.</div>
<div>Now it doesn't complain something about 
cairo-win32.</div>
<div>Now it complains about 
glut:</div>
<div>&nbsp;</div>
<div>Unable to load foreign library (GLUT).<br>&nbsp; 
Could not register handle for external module GLUT:<br>&nbsp;The specified 
module could not be found..</div>
<div>&nbsp;</div>
<div>I dowloaded glut binaries and added the folder with 
dll&nbsp;to cffi:*foreign-library-directories*</div>
<div>But again I get the same error about glut 
?</div>
<div>&nbsp;</div>
<div>Thanks</div>
</div>
Ramarren | 10 Jul 2011 14:43
Picon
Gravatar

Re: installing

On Sun, Jul 10, 2011 at 1:18 PM, Haris Bogdanovich <fbogdanovic <at> xnet.hr> wrote:
> Now it complains about glut:

cells-gtk does not use glut directly, which means this is (cl-)opengl
issue. You can disable opengl dependency, which is used only for
embedding opengl drawing context, in the same file in the same way you
disabled cairo dependency.

JH


Gmane