2009/3/8 Brad Beer <bradwb...@gmail.com>:
> I'm using cl-opengl with sbcl on an Ubuntu box.  Everything been working

current cl-opengl from main darcs repo (on common-lisp.net) , or some
other version?

> Undefined function:  CL-OPENGL::TEX-COORD-POINTER
>
> I've looked and there is a tex-coord-pointer defined in cl-opengl!

in what file? i looked but didn't see it anywhere obvious

try replacing the tex-coord-pointer with %gl:tex-coord-pointer in
emit-gl-array-bind-clause in gl/opengl.lisp
might need to do same for edge-flag-pointer and vertex-attrib-pointer as well.

actually, possibly it would be better to replace all three with
,func-name if I'm reading right...

-b-

_______________________________________________
cl-opengl-devel mailing list
cl-opengl-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel

Reply via email to