Dear List<br><br>we experience performance problems with Ubuntu 7.04 and the statically linked library when using the restricted drivers for Nvidia. so I tried to compile the source after installing the packages:<br><br>libgl1-mesa-dev
<br>libglu1-mesa-dev<br>libtk8.3<br>tk8.3-dev<br>tclx8.3-dev<br><br>and setting the include directories. compilation stops with:<br><br>gcc -ansi&nbsp;&nbsp; -funroll-loops -fPIC -DUSE_FONTS&nbsp;&nbsp; -DUSE_FONTS -I /usr/include/tcl8.3/tcl-private/generic/&nbsp; -I /usr/include/tcl8.3/tk-private/generic/ -I /usr/include/GL&nbsp; -I/usr/include/X11/&nbsp; -c 
xcDisplayFunc.c<br>xcDisplayFunc.c:162: error: static declaration of \u2018HandleDisplay\u2019 follows non-static declaration<br>anaglyph.h:81: error: previous declaration of \u2018HandleDisplay\u2019 was here<br>xcDisplayFunc.c
:164: error: static declaration of \u2018CameraHome\u2019 follows non-static declaration<br>anaglyph.h:82: error: previous declaration of \u2018CameraHome\u2019 was here<br>xcDisplayFunc.c:165: error: static declaration of \u2018Normalise\u2019 follows non-static declaration
<br>anaglyph.h:83: error: previous declaration of \u2018Normalise\u2019 was here<br>xcDisplayFunc.c:166: error: static declaration of \u2018CalcNormal\u2019 follows non-static declaration<br>anaglyph.h:84: error: previous declaration of \u2018CalcNormal\u2019 was here
<br>make[2]: *** [xcDisplayFunc.o] Error 1<br>make[2]: Leaving directory `/fshome/chm/Desktop/XCrySDen-1.4.1s/C&#39;<br>make[1]: *** [compile] Error 2<br>make[1]: Leaving directory `/fshome/chm/Desktop/XCrySDen-1.4.1s/C&#39;
<br>make: *** [src-C] Error 2<br><br>any hint?<br>