Re: PyOpenGL 3.1.0b2 is out
rndblnch <[email protected]> Tue, 25 Mar 2014 16:34:42 +0000 (UTC)
| Newsgroups | gmane.comp.python.opengl.user |
|---|---|
| Message-ID | <[email protected]> |
Mike C. Fletcher <mcfletch <at> vrplumber.com> writes: > > I've just released PyOpenGL 3.1.0b2. Barring any show-stopper bugs this > should be the last beta before the final 3.1.0 release. > Have fun, > Mike thanks mike for this beta release. works for me on both python and python3 on Mac OS X 10.9. one thing to note for people attempting to build PyOpenGL_accelerate from source and having updated to XCode 5.1 is that you will get on error on compilation: clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future this is due to a documented change on the handling of flags by clang (see https://developer.apple.com/library/ios/releasenotes/DeveloperTools/ RN-Xcode/xc5_release_notes/xc5_release_notes.html#//apple_ref/doc/ uid/TP40001051-CH2-SW2) the work-around is also documented by apple: override the new behaviour by setting this flag: -Wno-error=unused-command-line-argument-hard-error-in-future e.g. inside the OpenGL-accelerate folder: % env ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future" python3 setup.py bdist % python3 setup.py install renaud ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ PyOpenGL Homepage http://pyopengl.sourceforge.net _______________________________________________ PyOpenGL-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyopengl-users