[Ves] Build issue

Guillaume du Roy guillaume.du.roy at gmail.com
Tue May 26 07:21:03 EDT 2015


Hi, i’ve fixed the previous error just by removing ves_ but now have a new error whilst launching the next command line:

Guillaumes-MacBook-Pro:build Guillaume$ make -j4
Scanning dependencies of target ves
[  3%] [  7%] [ 11%] [ 14%] Building CXX object CMakeFiles/ves.dir/vesActor.o
Building CXX object CMakeFiles/ves.dir/vesBackground.o
Building CXX object CMakeFiles/ves.dir/vesBlend.o
Building CXX object CMakeFiles/ves.dir/vesBlendFunction.o
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBlendFunction.cpp:21:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBlendFunction.h:29:
/Users/Guillaume/Desktop/VES/src/ves/vesGL.h:46:14: fatal error: 
      'OpenGLES/ES2/gl.h' file not found
    #include <OpenGLES/ES2/gl.h>
             ^
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesActor.cpp:22:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesActor.h:33:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesNode.h:31:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBoundingObject.h:30:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesMath.h:24:
/Users/Guillaume/Desktop/VES/src/ves/vesEigen.h:30:10: fatal error: 
      'Eigen/Dense' file not found
#include "Eigen/Dense"
         ^
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBlend.cpp:21:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBlend.h:31:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBlendFunction.h:29:
/Users/Guillaume/Desktop/VES/src/ves/vesGL.h:46:14: fatal error: 
      'OpenGLES/ES2/gl.h' file not found
    #include <OpenGLES/ES2/gl.h>
             ^
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBackground.cpp:22:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBackground.h:28:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesCamera.h:33:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesTransformNode.h:31:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesGroupNode.h:34:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesNode.h:31:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesBoundingObject.h:30:
In file included from /Users/Guillaume/Desktop/VES/src/ves/vesMath.h:24:
/Users/Guillaume/Desktop/VES/src/ves/vesEigen.h:30:10: fatal error: 
      'Eigen/Dense' file not found
#include "Eigen/Dense"
         ^
1 error generated.
make[2]: *** [CMakeFiles/ves.dir/vesBlendFunction.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [CMakeFiles/ves.dir/vesActor.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/ves.dir/vesBlend.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/ves.dir/vesBackground.o] Error 1
make[1]: *** [CMakeFiles/ves.dir/all] Error 2
make: *** [all] Error 2

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20150526/13132974/attachment.html>


More information about the Ves mailing list