Hello, Drake,

   You can give the -v option to chicken-setup to get verbose output,
which might give you an idea about what could be going wrong:

      sudo chicken-setup -v opengl
 
   I am able to build the opengl egg on my Debian Etch system with
Chicken 2.732, 2.741 and 3.0.0. I suspect that in your case, you do
not have the opengl development packages installed. Could you try
installing the following packages:

     sudo apt-get install mesa-common-dev libgl1-mesa-dev \
          libglu1-mesa-dev 

Then try chicken-setup opengl again and let me know if that works for
you. 


   -Ivan


Drake Wilson <[EMAIL PROTECTED]> writes:

> I just installed a fresh Chicken 3.0.0 into /usr/local on my Debian
> GNU/Linux amd64 box.  One [sudo chicken-setup opengl] later, it
> appears to have pulled in the silex and easyffi eggs just fine, but
> then:


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to