« Return to Thread: pixman-1 was not found in the pkg-config

Re: pixman-1 was not found in the pkg-config

by Vincent Torri-2 :: Rate this Message:

Reply to Author | View in Thread


> Hi,I have been trying to use GTK+ in MinGW with MSYS.
>
> when i input $ pkg-config --cflags gtk+-2.0
>
> i get'Package pixman-1 was not found in the pkg-config search path.Perhaps you should add the directory containing `pixman-1.pc'to the PKG_CONFIG_PATH environment variablePackage 'pixman-1', required by 'cairo', not found'
> I searched the net, and it seems that installing libpixman1-dev
> would sove this problem.

you can find it here : http://cairographics.org/releases/

get pixman 0.10 and install it with ./configure && make && make install.
It will be installed in /usr/local. use --prefix to change that location

> since apt-get install doesn't work in MSYS.

nice one :)

Vincent Torri

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
MinGW-users mailing list
MinGW-users@...

You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users

 « Return to Thread: pixman-1 was not found in the pkg-config