[cairo] Build problems with cairo and pixman

Liu Yubao yubao.liu at gmail.com
Tue Jun 24 19:12:32 PDT 2008


wmqman at austin.rr.com wrote:
> Hello all,
> 
> I'm new to Cairo and I'm attempting to build the latest version (1.6.4) from source on a CentOS 4.4 kernel:
> 
> [root at corp03 pixman-0.10.0]# uname -r
> 2.6.9-42.ELsmp
> 
> When I run a ./configure --prefix=/usr I get
> ...
> ...
> ...
> ...
> checking for pkg-config... /usr/local/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for pixman... no
> configure: error: pixman >= 0.10.0 is required
> (http://cairographics.org/releases/)

Execute this command before you configure Cairo:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/lib/pkgconfig

Run `man pkg-config` for more information.

Good Luck!

Liu Yubao


More information about the cairo mailing list