I followed the installation instructions on Adafruit to install the openFrameworks on my RPi3 and it builds without any errors. I can build a number of the examples and run them. That all works. The issue is when I try to build the application code itself and I get the following 2 errors of which I have tried to search on with no success. I have made no changes to the software so in theory it should just build. Sadly there is no comment section for the article on Adafruit so unable to ask there. This is the error.
../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:200: recipe for target 'obj/linuxarmv6l/Release/src/VideoSource.o' failed
make[1]: *** [obj/linuxarmv6l/Release/src/VideoSource.o] Error 1
make[1]: Leaving directory '/home/pi/openFrameworks/apps/myApps/creepyportrait'
../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:125: recipe for target 'Release' failed
make: *** [Release] Error 2
The link to the installation and the code in question is here.
https://learn.adafruit.com/creepy-face-tracking-portrait/overview
My RPi3 is running g++ 4.9
I am keen to get this working as I think the framework will allow me to develop the interface for my robot and give it facial recognition etc and I am more familiar with C/C++ than the other option of using Python