[PyOpenGL-Users] Re: Building on Solaris
Brought to you by:
mcfletch
From: Douglas H. <doug@a.cs.okstate.edu> - 2001-11-16 00:30:49
|
> It should work. What exactly is failing? Using PyOpenGL-2.0.0.44.tar.gz on Solaris 5.8, and running python setup.py install >& log yields an error on src/interface/GL.EXT.vertex_array.c I believe the error is : src/interface/GL.EXT.vertex_array.0110.inc: In function `_glTexCoordPointerEXT': src/interface/GL.EXT.vertex_array.0110.inc:806: `GL_TEXTURE_COORD_ARRAY_EXT' undeclared (first use in this function) I can send the log file if that will help (I did not think it appropriate to send it to the entire list). Note: I was able to build PyOpenGL on Debian Linux without hitting this problem. Doug Heisterkamp |