[MINC-users] Register installation problem

Simon Fristed Eskildsen se at hst.aau.dk
Thu Aug 16 04:01:51 EDT 2007


Hi Xingfeng,

xingfeng lee wrote:
>                     Dear MINC experts,
>  I run into a problem when i installed Register1.3.5:
>   ./configure --with-build-path=/usr/local/minctools/netcdf-3.6.1:/usr/local/minctools/bicpl-1.4.3/
>  checking for glBegin in -lGL... yes
>  checking GL/glu.h usability... yes
>  checking GL/glu.h presence... yes
>  checking for GL/glu.h... yes
>  checking for gluLookAt in -lGLU... yes
>  checking GL/glut.h usability... no
>  checking GL/glut.h presence... no
>  checking for GL/glut.h... no
>  configure: error: cannot find required header

You need to install glut. Display and register uses opengl libraries, 
which is implemented by glut (OpenGL Utility Toolkit). If you use a 
debian-style OS

apt-get install freeglut-devel

should do it. And if you do you might as well use the deb packages for 
the minc tools, http://packages.bic.mni.mcgill.ca/deb/ , instead of 
compiling yourself.

Otherwise: http://freeglut.sourceforge.net/

Simon


More information about the MINC-users mailing list