While not left without questions I did get OpenGL running correctly with Ikarus over the weekend. Here is the patch file against trunk to make it happy.
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See “bzr help launchpad-login”.
Branched 200 revision(s).
2 Comments
Trying to run GL demos in ikarus, like you did.
But I don’t know where/how to install the gl libs! Agave appears to come with some glut stuff, but not gl?
Following the instructions at https://github.com/dharmatech/agave/blob/master/README.org, it says I need ‘bzr’ for *ONE* of the download (all others use ‘git’).
But bzr gives me the problem below… surely it shouldn’t be this hard to run a stupid GL demo in ikarus?!?
Not your problem, thanks in advance for any help, googling hasn’t helped yet.
dave
/usr/local/lib/ikarus$ sudo bzr branch lp:~derick-eddington/scheme-libraries/xitomatl
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See “bzr help launchpad-login”.
Branched 200 revision(s).
Hi David.
I used this GLUT: http://www.xmission.com/~nate/glut.html
Perhaps… try a bzr “checkout” rather than a “branch”.
Post a Comment