Re: [PyOpenGL-Users] Parse error in GLU.__init__.0102.inc
Brought to you by:
mcfletch
From: <il...@ya...> - 2002-07-16 06:11:26
|
Hi, I'm going to look at your problem after work today. Just wanted to get a few bits of info. Are you using the cvs version, or the release tar ball? Are you generating the swig wrappers again? If so which version of swig are you using? Don't think you are from your post, just making sure :) I'm in the process of changing the cvs version to use newer swig versions, and it currently isn't entirely working. The release tarball on the other hand should compile with python setup.py build out of the box, as it doesn't regenerate the swig wrappers. My box at home is a duron running debian unstable, it compiled the release tar ball last time I tried it(some months ago). I haven't tried it with mesa though. Anyway... I'll write back when I install mesa/compile at home. --- "John J. Lee" <jj...@po...> wrote: > I built and installed Mesa 4.0.3 (with GLUT 3.7), > and then tried > compiling PyOpenGL 2.0.0.44 (with the same gcc that > I used to compile > Python). Here are the system details: > > >>> print sys.platform > linux2 > >>> print sys.version > 2.2 (#1, Jan 6 2002, 16:57:53) > [GCC 2.95.2 20000220 (Debian GNU/Linux)] > >>> print distutils.__version__ > 1.0.3 > > The examples from Mesa work fine. However, I get a > parse error a little > while after starting a python setup.py build (not > build_w): > __________________________________________________ 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 |