Having problems building Cairo on x64 CentOS

Posted by Vnuk on Stack Overflow See other posts from Stack Overflow or by Vnuk
Published on 2010-04-03T06:56:24Z Indexed on 2010/04/03 7:03 UTC
Read the original article Hit count: 629

Filed under:
|
|
|
|

I've done this many times on 32 bit CentOS and everything went ok without a hitch. But now, on x64 CentOS, I can't get cairo to find pixman.

Pixman 0.18.0 is installed in /usr/local/lib (which I believe is the usual location).

Configure for Cairo 1.8.10 can't find it:

checking for cairo's image surface backend feature...
checking for pixman... no
no
checking whether cairo's image surface backend feature could be enabled... no (requires pixman-1 >= 0.12.0 http://cairographics.org/releases/)
configure: error: mandatory image surface backend feature could not be enabled

I've tried setting environment variable pixman_LIBS=/usr/local/lib but wihtout any luck.

Any idea what is going wrong? Is it possible for me to see where is cairo's configure looking for pixman? Search paths or something like that?

© Stack Overflow or respective owner

Related posts about build

Related posts about centos