On Mon, 8 Feb 2010 12:17:18 +0100, "Stefan Michalsky" <[email protected]> wrote: > I set the PKG_CONFIG_PATH in .bashrc as follows: > > PKG_CONFIG_PATH=/cygdrive/e/qt/2009.04/qt/:/cygdrive/e/qt/2009.04/qt/lib/:/c > ygdrive/e/qt/2009.04/qt/include/:/cygdrive/e/qt/2009.04/qt/src/:/cygdrive/e/ > qt/2009.04/qt/bin/ > > The installion directory of Qt is E:\qt\2009.04\qt.
Just a minor correction (IIRC there are a few more tricks required to get pkg-config to work on Windows, but my knowledge is probably obsolete by now), the path you need to point to is the pkg-config directory below lib: PKG_CONFIG_PATH=/cygdriver/e/qt/2009.04/qt/lib/pkgconfig Hope that helps, but I suspect that is just the first hurdle you will encounter. :( -ickle -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
