Package Details: python-opengl-accelerate 3.1.7-2

Git Clone URL: https://aur.archlinux.org/python-opengl-accelerate.git (read-only, click to copy)
Package Base: python-opengl-accelerate
Description: This is the Cython-coded accelerator module for PyOpenGL 3.x
Upstream URL: None
Licenses: BSD
Submitter: tobac
Maintainer: tobac
Last Packager: tobac
Votes: 2
Popularity: 0.000000
First Submitted: 2017-10-11 11:11 (UTC)
Last Updated: 2023-07-31 07:18 (UTC)

Latest Comments

« First ‹ Previous 1 2

eclairevoyant commented on 2022-11-07 07:16 (UTC)

Missing python-setuptools in the makedepends.

carlosal1015 commented on 2021-12-20 20:25 (UTC)

Hi, I have the following message error:

building 'OpenGL_accelerate.vbo' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -I/tmp/makepkg/python-opengl-accelerate/src/pyopengl-3e9791ffb4cd4831dae261d6bea3049ce9e78f01/accelerate/.. -I/tmp/makepkg/python-opengl-accelerate/src/pyopengl-3e9791ffb4cd4831dae261d6bea3049ce9e78f01/accelerate/src -I/tmp/makepkg/python-opengl-accelerate/src/pyopengl-3e9791ffb4cd4831dae261d6bea3049ce9e78f01/accelerate -I/usr/include/python3.10 -c src/vbo.c -o build/temp.linux-x86_64-3.10/src/vbo.o
src/vbo.c: In function ‘__pyx_tp_dealloc_17OpenGL_accelerate_3vbo_VBO’:
src/vbo.c:11131:5: error: lvalue required as increment operand
11131 |     ++Py_REFCNT(o);
      |     ^~
src/vbo.c:11133:5: error: lvalue required as decrement operand
11133 |     --Py_REFCNT(o);
      |     ^~
src/vbo.c: In function ‘__pyx_tp_dealloc_17OpenGL_accelerate_3vbo_VBOOffset’:
src/vbo.c:11619:5: error: lvalue required as increment operand
11619 |     ++Py_REFCNT(o);
      |     ^~
src/vbo.c:11621:5: error: lvalue required as decrement operand
11621 |     --Py_REFCNT(o);
      |     ^~