GillesDebunne / libQGLViewer

libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.
Other
241 stars 94 forks source link

libqglviewer 2.6.4 build failure due to packaging bug #34

Closed ilovezfs closed 7 years ago

ilovezfs commented 7 years ago

If I build from this repository by checking out the 2.6.4 tag, there's no problem. However, using the release tarball (http://www.libqglviewer.com/src/libQGLViewer-2.6.4.tar.gz), the build fails with the following error:

==> qmake PREFIX=/usr/local/Cellar/libqglviewer/2.6.4 DOC_DIR=/usr/local/Cellar/libqglviewer/2.6.4/share/doc/libqglviewer
==> make install
make: *** No rule to make target `qglviewer_fr.qm', needed by `QGLViewer.framework/Versions/2/Headers/qglviewer_fr.qm'.  Stop.
GillesDebunne commented 7 years ago

There was a packaging problem weirdly related to an XCode update. This should be fixed now (re-download the file, same file name) Thanks for this feedback.

ilovezfs commented 7 years ago

@GillesDebunne thanks!