Reputation: 823
I am trying to install QGLViewer. When I compile it with QTcreator everything goes well, but when I try to build one of its examples, it gives me this error:
framework not found QGLViewer
I know that it is installed, because when I do
otool -D /Users/sara/Library/Frameworks/QGLViewer.framework/Versions/Current/QGLViewer
the response is QGLViewer
I really want this library to work. What could be the problem?
Upvotes: 1
Views: 841
Reputation: 823
It was a bug. It was fixed in the last update.
http://www.libqglviewer.com/changeLog.html
Upvotes: 1