i was using ofxPango to display UTF8 characters with “pre-cairo” version of 007. Now when I try to compile ofxPango with official 007 I get the error “Cairo was not compiled with support for the svg backend”.
I understand there are two versions of Cairo lib in my project, but just replacing the official one with the one that comes with ofxPango doesn’t help and introduces more compiling errors.
I’m trying to run the ofxPango example but with no luck so far.
First I’m using 007 and Mac OS 10.7.2, so I get the
“# error Cairo was not compiled with support for the svg backend”
I have included the paths like this:
and checked reverse checkbox in front of the $(OF_ADDON_HEDERS).
So I’m removing the ofxPango/src/includes/cairo folder, but the error is in the libs/cairo/include/cairo/cairo-svg.h and is still popping…
May be I’m using an older 007 release?
I’m planning to use ofxPango in order to animate a text on a path, is this the way to go or there are other solutions that I’m not aware of?