Hello,
Whilst compiling root 5.32.04 on Mac 10.8, g++ 4.2.1 I get this error:
root-5.32.04/graf3d/gl/src/TGLCamera.cxx: In member function ‘TGLRect TGLCamera::ViewportRect(const TGLBoundingBox&, const TGLBoundingBox::EFace*) const’:
root-5.32.04/graf3d/gl/src/TGLCamera.cxx:372: error: cannot convert ‘const Int_t*’ to ‘const GLint*’ for argument ‘6’ to ‘GLint gluProject(GLdouble, GLdouble, GLdouble, const GLdouble*, const GLdouble*, const GLint*, GLdouble*, GLdouble*, GLdouble*)’
Has anyone come across this? Is there a fix?