On 2013/2/5 Davis Marques wrote:
[...]
> gltools/gltools.cpp:5181:18: error: ‘GLFW_OPENGL_VERSION_MAJOR’ was not
> declared in this scope
> gltools/gltools.cpp:5190:18: error: ‘GLFW_OPENGL_VERSION_MINOR’ was not
> declared in this scope
[...]
> GLFW_OPENGL_VERSION_MAJOR and GLFW_OPENGL_VERSION_MINOR are defined as 2 and
> 1 respectively in GLFW.pxi. Unfortunately, I don't yet know enough about C++
> and cython to remediate the missing declarations.
[...]

Hello,

It looks like those macros have been renamed, see
  https://github.com/elmindreda/glfw/commit/3f5843f
But many other variables have been renamed, you should file an issue
against gltools.

In the meantime, you can try to use a previous version of GLFW, say
for instance at commit 37904dc.

Denis

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to