Hi,

I tried to build the current MITK master on mac and it failed at building
GLUT.

I guess the error came with this commit from today:

fee89cab1674eb622040b20013de2ee47bbd3e9e

The error:

Scanning dependencies of target freeglut
[  4%] Building C object CMakeFiles/freeglut.dir/src/freeglut_cursor.c.o
In file included from
/Users/espakm/src/mitk-debug/GLUT-src/src/freeglut_cursor.c:29:
/Users/espakm/src/mitk-debug/GLUT-src/src/freeglut_internal.h:108:24:
error: GL/glx.h: No such file or directory
/Users/espakm/src/mitk-debug/GLUT-src/src/freeglut_internal.h:109:26:
error: X11/Xlib.h: No such file or directory
/Users/espakm/src/mitk-debug/GLUT-src/src/freeglut_internal.h:110:27:
error: X11/Xatom.h: No such file or directory
/Users/espakm/src/mitk-debug/GLUT-src/src/freeglut_internal.h:111:28:
error: X11/keysym.h: No such file or directory
/Users/espakm/src/mitk-debug/GLUT-src/src/freeglut_internal.h:112:39:
error: X11/extensions/XInput.h: No such file or directory
.....


The headers do exist on my system, e.g. under /opt/X11/include.

Resetting to the previous commit solved the problem.

Can it be a cmake problem? I use 2.8.10.

Cheers,
Miklos
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to