RE: [PyOpenGL-Users] Re: Building on Solaris
Brought to you by:
mcfletch
From: Douglas H. <doug@a.cs.okstate.edu> - 2001-11-16 16:44:15
|
> This is a typo in the GL.EXT.vertex_array module. It was already fixed in > CVS. Try putting the attached file into the src/interface directory. > Thanks, I now have it running on the Sun machines. As a note to others, it did take a couple more steps: The attached file had a parse problem: src/interface/GL.EXT.vertex_array.0110.inc:573: parse error before `PROC_NAME' src/interface/GL.EXT.vertex_array.0110.inc:573: stray '\' in program but I was able to checkout the cvs module and recreate the file. The cvs version did not build completely due to a problem with: Building wrappers for GL.__init__ Syntax error interface/GL/__init__.i:1006. Syntax error in input. but it did create GL.EXT.vertex_array.0110.inc. It also created GL.SUN.triangle_list.0106.inc which also needed to be replaced. After that, it builds fine. And the first few demos that I have tried are working. As to the cvs version not building, I've installed swig 1.3.9. And I did not specify any tag or revision number on the cvs checkout. Any suggestions? Doug Heisterkamp |