kr15h/ofxPiMapper

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

kr15h commented

What system are you compiling on?

raspberry 2 and 3 this error is on 2 with raspbian jessie

kr15h commented

Did you clone ofxOMXPlayer into the openFrameworks/addons folder?

Of course.The example of ofxPiMapper works fine.

kr15h commented

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

kr15h commented

Ok, fixed it 2c705c0

many thanks works well now!