[Hugin-bug-hunters] [Bug 1677992] Re: Latest versions of Hugin developpement fail to build

2017-05-06 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1677992 Title: Latest versions of Hugin developpement fail to build Status in

[Hugin-bug-hunters] [Bug 1677992] Re: Latest versions of Hugin developpement fail to build

2017-03-31 Thread tmodes
That#s strange. GL/glew.h contains #ifndef GL_VERSION_3_1 #define GL_VERSION_3_1 1 #define GL_TEXTURE_RECTANGLE 0x84F5 #define GL_TEXTURE_BINDING_RECTANGLE 0x84F6 #define GL_PROXY_TEXTURE_RECTANGLE 0x84F7 #define GL_MAX_RECTANGLE_TEXTURE_SIZE 0x84F8 So the only cause I can currently imaging is

[Hugin-bug-hunters] [Bug 1677992] Re: Latest versions of Hugin developpement fail to build

2017-03-31 Thread JeanLucCoulon
Sorry for missing to tell you the informations. Computer: Intel I7 6700K / 16GB RAM Distribution: Debian GNU/Linux sid Linux: 4.10.6 gcc: 6.3.0 It builds fine with the fix you have committed. But my version of glew is 2.0.0. It is not so old. And the define for GL_MAX_RECTANGLE_TEXTURE_SIZE

[Hugin-bug-hunters] [Bug 1677992] Re: Latest versions of Hugin developpement fail to build

2017-03-31 Thread tmodes
For the next time please provide some more information about your used system (operating system, compiler, and so on). The main cause for the error is that you are using a very old version of the GLEW library (GLEW versions starting 1.8 from 2011 support this constant). So please update your