[PyOpenGL-Users] problems with glTexCoordPointer, and cvs.
Brought to you by:
mcfletch
From: <il...@ya...> - 2002-03-18 14:38:08
|
Hi, None of the glTexCoordPointer functions work for me. I'm using 2.0.0.44 I can give someone a program I've been using to test it out, if that helps. I got this error message: OpenGL.GL.GLerror: [Errno 1282] invalid operation I tried changing the data format ( eg array([[1., 0.], [1.,0.2]]), using .tostring() ) But with no success. Any help would be appreciated. I tried checking out cvs( hoping my problem would be solved there ), however I got some errors while building at Building wrappers for WGL.ARB.buffer_region Generating C version selector Generating wrappers for API version 0x0100 swig -python -Iinterface -DAPI_VERSION=256 -o src/interface/WGL.ARB.buffer_region.0100.inc interface/WGL/ARB/buffer_region.i Syntax error interface/WGL/util.inc:9. Syntax error in input. interface/WGL/util.inc:10. Syntax error in input. interface/WGL/util.inc:11. Syntax error in input. interface/WGL/util.inc:12. Syntax error in input. interface/WGL/util.inc:13. Syntax error in input. interface/WGL/util.inc:14. Syntax error in input. interface/WGL/util.inc:15. Syntax error in input. interface/WGL/util.inc:16. Syntax error in input. interface/WGL/util.inc:17. Syntax error in input. interface/WGL/util.inc:18. Syntax error in input. interface/WGL/util.inc:19. Syntax error in input. interface/WGL/util.inc:40. Syntax error in input. Syntax error interface/WGL/ARB/buffer_region.i:29. Syntax error in input. interface/WGL/ARB/buffer_region.i:29. Missing semicolon. Reached end of input. I am on debian/linux. I'm using swig1.3.11u, which is probably the problem( as it says on the website to use 1.3a5). Thought I'd mention my problem, incase the web page was a bit out of date :) Is WGL supposed to be built on linux? Thanks for any help. __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com |