Open glitchcore opened 3 years ago
Also I temporary rename /bin/locale to /bin/locale.1 and get next error:
In file included from /home/pi/openFrameworks/addons/ofxOMXPlayer-0.10.0/example-direct-mode/src/ofApp.cpp:1:
/home/pi/openFrameworks/addons/ofxOMXPlayer-0.10.0/example-direct-mode/src/ofApp.h:4:10: fatal error: ofxOMXPlayer.h: No such file or directory
#include "ofxOMXPlayer.h"
Hey glitchcore, which PI version are you using and which OS is installed?
I try to build ofxOMXPlayer
First of all I install openframeworks 0.10.0 by instructions from https://openframeworks.cc/setup/raspberrypi/raspberry-pi-getting-started/
Then I try to build 0.10.0 release:
And get following output:
And many "stray in program" errors below. It happens because there is
-I/./bin
in CFLAGS and compiler try to include /bin/locale instead of right locale header.