Problem remote server
amsicora68 opened this issue · 10 comments
Hello
I tried but it gives me this error:
/home/pi/openFrameworks/addons/ofxPiMapper/src/Sources/VideoSource.h:7:27: fatal error: ofxOMXPlayer.h: File o directory non esistente
#include "ofxOMXPlayer.h"
the example of ofxPiMapper works fine instead.
Thanks
Marco
What system are you compiling on?
raspberry 2 and 3 this error is on 2 with raspbian jessie
Did you clone ofxOMXPlayer into the openFrameworks/addons folder?
Of course.The example of ofxPiMapper works fine.
Weird. Will have to check this on a Pi later.
Yup, can confirm on Raspian Jessie:
When trying to compile example_remote-server, following error terminates compiling:
/home/pi/openFrameworks/addons/ofxPiMapper/src/Sources/VideoSource.h:7:27: fatal error: ofxOMXPlayer.h: No such file or directory
#include "ofxOMXPlayer.h"
you need to add in addons.config
ofxOMXPlayer
no sorry
in addons.make
many thanks works well now!