My environment : Debian kernel 3.14-1-686-pae, gcc 4.9.1-14, cmake 3.0.2
Thanks
Code: Select all
~/freeablo/components/render/sdl2backend.cpp:20:39: fatal error: Rocket/Core/Python/Python.h: No such file or directory
#include <Rocket/Core/Python/Python.h>
^
compilation terminated.
components/CMakeFiles/Render.dir/build.make:146: recipe for target 'components/CMakeFiles/Render.dir/render/sdl2backend.cpp.o' failed
make[2]: *** [components/CMakeFiles/Render.dir/render/sdl2backend.cpp.o] Error 1
CMakeFiles/Makefile2:352: recipe for target 'components/CMakeFiles/Render.dir/all' failed
make[1]: *** [components/CMakeFiles/Render.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2