Re: [cl-opengl-devel] gluProject and gluUnProject

2010-04-09 Thread Malcolm Reynolds
A 'egrep [pP]roject /usr/share/common-lisp/source/opengl/opengl/glu.lisp' returns nothing for me.  Maybe the CL opengl code in Ubuntu 9.10 is way out of date? Most likely. I'd recommend grabbing this code: http://github.com/3b/cl-opengl - it's much more up to date. Malcolm

[cl-opengl-devel] get-tex-image not external?

2010-02-23 Thread Malcolm Reynolds
Hi Try the version at http://github.com/3b/cl-opengl I'm using this github branch you pointed me to and it's been working very well so far, so thanks for going to effort to keep the package updated for Snow Leopard. A minor point I've come across is that get-tex-image doesn't seem to be

Re: [cl-opengl-devel] Problems running cl-openl on Snow Leopard

2010-02-15 Thread Malcolm Reynolds
The only clue I have is that when loading the fasl files (I've deleted and recompiled all these a bunch of times so I'm pretty sure there's nothing stale in here) I get the warning you can see at the bottom of this snippet - the style warning may be nothing but the GLUT warning looks ominous.

Re: [cl-opengl-devel] Problems running cl-openl on Snow Leopard

2010-02-15 Thread Malcolm Reynolds
So far I've concluded a value of 124 for glutGet means it's being passed an item from the cenum 'get-param defined in glut/state.lisp - 124 corresponds to the keyword :init-state. If glut is not being initialised then that would certainly explain it falling over. I don't get why this would