Hi Tammo, You're missing glu.h that is in libglu1-mesa-dev package on ubuntu. Try installing mesa package sudo apt-get install libglu1-mesa-dev (or synaptic )
see http://packages.ubuntu.com/fr/intrepid/libglu1-mesa-dev Laurent Tammo Heeren a écrit : > I am trying to compile gmsh-2.2.5-cvs-20081115 on ubuntu 8.10. > This is what I get: > > make[1]: Entering directory > `/home/theeren/Desktop/gmsh-2.2.5-cvs-20081115/Common' > g++ -g -O2 -DHAVE_LIBZ -DHAVE_GSL -DHAVE_MATH_EVAL -DHAVE_NETGEN > -DHAVE_ANN -DHAVE_LIBPNG -DHAVE_FLTK -I/usr/include/freetype2 > -D_THREAD_SAFE -D_REENTRANT -DHAVE_GMM -DHAVE_CHACO -DHAVE_METIS > -I../Common -I../Geo -I../Mesh -I../Post -I../Graphics -I../Numeric > -I../Parser -I../Plugin -I../Fltk -I../contrib/MathEval > -I../contrib/ANN/include -c Options.cpp > In file included from Options.cpp:8: > GmshUI.h:18:24: error: GL/glu.h: No such file or directory > > I attached my config.log and variables. > > Anybody out that can shed on light on this? > > Tammo > > > ------------------------------------------------------------------------ > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
