jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing cairo.h

prismspecs opened this issue · comments

/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

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

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

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

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.