I am trying to compile QT C++ opengl based code on Mac OS X 10.7.2 but it has not been able to find qglviewer.h file.
This is the error I am getting when I compile my code.
In file included from src/GLViewer.cc:12: src/GLViewer.h:22:23: error:
qglviewer.h: No such file or directory In file included from
src/GLViewer.cc:12: src/GLViewer.h:27: error: expected class-name
before ‘{’ token src/GLViewer.cc: In constructor
‘GLViewer::GLViewer(QWidget*)’: src/GLViewer.cc:28: error: class
‘GLViewer’ does not have any field named ‘QGLViewer’
src/GLViewer.cc:36: error: ‘camera’ was not declared in this scope
src/GLViewer.cc: In member function ‘void GLViewer::resetView()’:
src/GLViewer.cc:48: error: ‘setSceneRadius’ was not declared in this
scope src/GLViewer.cc:49: error: ‘qglviewer’ has not been declared
src/GLViewer.cc:49: error: ‘setSceneCenter’ was not declared in this
scope src/GLViewer.cc:50: error: ‘camera’ was not declared in this
scope src/GLViewer.cc:55: error: ‘showEntireScene’ was not declared in
this scope src/GLViewer.cc: In member function ‘void
GLViewer::setScene(Scene*)’: src/GLViewer.cc:70: error:
‘initFromDOMElement’ was not declared in this scope src/GLViewer.cc:
In member function ‘virtual void GLViewer::resizeGL(int, int)’:
src/GLViewer.cc:89: error: ‘QGLViewer’ has not been declared
src/GLViewer.cc: In member function ‘virtual void GLViewer::draw()’:
src/GLViewer.cc:128: error: ‘camera’ was not declared in this scope
src/GLViewer.cc:134: error: ‘qglviewer’ has not been declared
src/GLViewer.cc:134: error: expected `;' before ‘cameraPos’
src/GLViewer.cc:135: error: ‘cameraPos’ was not declared in this scope
make[2]: \*\*\* [release/GLViewer.o] Error 1 make[1]: \*\*\* [release] Error
2 make: \*\* [sub-qviewer-make_default-ordered] Error 2
Atlast I contacted QGLViewer Developers and they have fixed this problem. Please follow the instructions given on this link for installation: http://www.libqglviewer.com/index.html
[Please follow on the above page libQGLViewer2.3.14 Version Release]
and to compile your own QGLViewer project please follow this link: http://www.libqglviewer.com/compilation.html#pro
It explains how to create your own
.pro fileto generate theMakefile.