[Xcb] xcb-util - image library n win32

Nguyen Thai Ngoc Duy pclouds at gmail.com
Sun May 3 00:07:20 PDT 2009


On Sat, May 2, 2009 at 8:56 PM, Jeetu Golani <jeetu.golani at gmail.com> wrote:
> b) A cursory attempt trying to run autogen --host=i586-mingw32msvc fails at
> the pkg-config check which searches for xcb package.
>  Would appreciate pointers on how I could possibly get this to work.


When you build and install libxcb, it will create xcb.pc. Points
PKG_CONFIG_PATH there. For example I built libxcb with prefix
$HOME/w/x11 so it would configure xcb-util like this:

./configure --host=mingw32 PKG_CONFIG_PATH=$HOME/w/x11/lib/pkgconfig

-- 
Duy


More information about the Xcb mailing list