| nielx ( @ 2007-12-03 01:25:00 |
Buidling Cairo
Out of sheer boredom (and a bit of interest), I tried building cairo. After satisfying the dependencies (freetype, fontconfig and libpixman), and fixing some small things, Cairo 1.5.2 builds, but does not link.
Update: Fixed. It was because the Cairo headers weren't imported as C-headers. Putting up an extern "C" guard fixed it.
Out of sheer boredom (and a bit of interest), I tried building cairo. After satisfying the dependencies (freetype, fontconfig and libpixman), and fixing some small things, Cairo 1.5.2 builds, but does not link.
Update: Fixed. It was because the Cairo headers weren't imported as C-headers. Putting up an extern "C" guard fixed it.