Quantcast
Channel: arm - openFrameworks
Viewing all articles
Browse latest Browse all 147

Compiler error on rpi3 while trying to install ofxPiMapper (ofxOMXPlayer - IL/OMX_Core.h)

$
0
0

So I’m trying to put ofxPiMapper on a raspberry pi 3 using these instructions:

I was running into errors at first so I got cloned the master repo and managed to compile OF with the included libraries and scripts; cloned the provided repos from kr15h and jvcleave and have since had difficulty compiling the example-basic code for ofxOMXPlayer.

install_depends.sh runs without a hitch but running make returns the following fatal error:

/home/pi/openFrameworks/addons/ofxOMXPlayer/src/ofxOMXPlayerSettings.h:4:10: fatal error: IL/OMX_Core.h: No such file or directory
    4 | #include <IL/OMX_Core.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:217: obj/linuxarmv6l/Release/src/ofApp.o] Error 1
make[1]: Leaving directory '/home/pi/openFrameworks/addons/ofxOMXPlayer/example-basic'
make: *** [/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2

trolling through old forums indicated that I needed the package libomxil-bellagio-dev but installing it hasn’t solved the issue.

I’m at a loss as to where I need to get those headers or if I need to modify any scripts or files. any advice to move forward would be greatly appreciated.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 147

Trending Articles