Code: Select all
[ 48%] Building CXX object core/CMakeFiles/core.dir/src/style/polygonStyle.cpp.o
In file included from /root/tangram-es/core/src/util/vertexLayout.h:7:0,
from /root/tangram-es/core/src/style/style.h:7,
from /root/tangram-es/core/src/style/polygonStyle.h:3,
from /root/tangram-es/core/src/style/polygonStyle.cpp:1:
/root/tangram-es/core/src/gl.h:30:22: fatal error: bcm_host.h: No such file or directory
#include "bcm_host.h"
^
compilation terminated.
core/CMakeFiles/core.dir/build.make:54: recipe for target 'core/CMakeFiles/core.dir/src/style/polygonStyle.cpp.o' failed
make[3]: *** [core/CMakeFiles/core.dir/src/style/polygonStyle.cpp.o] Error 1
make[3]: Leaving directory '/root/tangram-es/build/rpi'
CMakeFiles/Makefile2:116: recipe for target 'core/CMakeFiles/core.dir/all' failed
make[2]: *** [core/CMakeFiles/core.dir/all] Error 2
make[2]: Leaving directory '/root/tangram-es/build/rpi'
Makefile:113: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/root/tangram-es/build/rpi'
Makefile:160: recipe for target 'rpi' failed
make: *** [rpi] Error 2
root@pi:~/tangram-es#