running build_ext pyrexc src/glew.pyx --> src/glew.c /var/tmp/portage/dev-python/glewpy-0.7.4/work/glewpy-0.7.4/src/glew.pyx:32:25: C annot convert 'glew.GLbyte *' to Python object /var/tmp/portage/dev-python/glewpy-0.7.4/work/glewpy-0.7.4/src/glew.pyx:38:30: C annot convert 'glew.GLbyte *' to Python object building 'glew' extension creating build/temp.linux-i686-2.5 creating build/temp.linux-i686-2.5/src i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O2 -mtune=pentium4 -pipe -fomit-frame-pointer -fPIC -I/usr/include/python2.5 -c src/glew.c -o build/temp.linux-i686-2.5/src/glew.o src/glew.c:1:2: error: #error Do not use this file, it is the result of a failed Pyrex compilation. error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1 glewpy-0.7.4 builds fine with pyrex-0.9.6.1 Reproducible: Always Steps to Reproduce: 1. install pyrex-0.9.6.4 2. install glew 1.3.5 or 1.4.0 3. attempt to build glewpy-0.7.4
*** This bug has been marked as a duplicate of bug 198330 ***