jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4
GNU General Public License v2.0
180 stars 61 forks source link

missing cairo.h #148

Closed prismspecs closed 5 years ago

prismspecs commented 5 years ago

/media/costarica/32gb/workbench32gb/of_v20190324_linux64gcc6_release/libs/openFrameworks/graphics/ofCairoRenderer.h:4:10: fatal error: cairo.h: No such file or directory

include "cairo.h"

Ubuntu Mate 18.10, tested with OF 10, 10.1, and nightly

jvcleave commented 5 years ago

That looks like a general OF related error not caused by this addon

prismspecs commented 5 years ago

Got it. I can only reproduce it when using ofxOMXPlayer so figured it might be because of the addon.

jvcleave commented 5 years ago

I actually ran across this on an OF project (not RPi/ofxOMXPlayer) but I think it was related to the ofxOpenCv addon. Might be worth a look

fieldOfView commented 5 months ago

Just in case someone finds this through a search engine: be sure to run the install_depends.sh script. I don't know why missing av libs would cause compilation to go haywire like this, but running that script fixed this exact issue for me.