Hi there,
I have finished configuring my Rpi 2 together with the provided tutorial in the website (http://openframeworks.cc/setup/raspberrypi/Raspberry-Pi-Getting-Started.html). I am running it via SSH in Terminal with an ethernet cable to a Macbook Pro.
However, I cannot run the very first example provided in the tutorial. I keep getting the following error:
pi@raspberrypi:~/openFrameworks/examples/graphics/polygonExample $ make run
HOST_OS=Linux
HOST_ARCH=armv7l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::Screate_c_locale name not valid
Aborted
/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:168: recipe for target 'run' failed
make: *** [run] Error 134
I have already formatted the pi and done all the steps again, but I keep not being able to run any example.
Could someone give me a light?
Thanks!