Hello,
I have tried to compile MeshLab132 in OpenSuse 13.1 x64 and have received error massege:
cd common/ && make -f Makefile
make[1]: Entering directory /home/me/SOFTWARES/MeshLabSrc_AllInc_v132/meshlab/src/common'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DGLEW_STATIC -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtXmlPatterns -I/usr/include/QtScript -I/usr/include -I../.. -I../../../vcglib -I../external/glew-1.7.0/include -I. -I../external/jhead-2.95 -I/usr/X11R6/include -I. -o filterparameter.o filterparameter.cpp
In file included from meshmodel.h:26:0,
from filterparameter.cpp:31:
../external/glew-1.7.0/include/GL/glew.h:1167:24: fatal error: GL/glu.h: No such file or directory
# include <GL/glu.h>
^
compilation terminated.
make[1]: *** [filterparameter.o] Error 1
make[1]: Leaving directory
/home/me/SOFTWARES/MeshLabSrc_AllInc_v132/meshlab/src/common'
make: *** [sub-common-make_default-ordered] Error 2
Could somebody help, please?
Thanks