Hi,
I am trying to build HPlayer on Raspbian and I am getting this error …
../../../libs/openFrameworks/graphics/ofCairoRenderer.h:4:28: fatal error: cairo-features.h: No such file or directory #include "cairo-features.h"
I confirmed that cairo-features.h is located in this path:
/usr/include/cairo/cairo-features.h
I’m not sure how to resolve this issue … that is, how to get openFrameworks to locate the required headers in /usr/include/cairo.
Do you have any ideas or advice how I can resolve this?
Thank you!
Chris