On Wed, May 14, 2008 at 10:43:47AM +0800, Guillaume Chereau wrote: > > It worked on my computer, but I check again now and you are right : it > uses the host header files. It just appends to work on my computer > because I have all the header files in my host computer already (for > example in your case I think you need to install the package > libglib2.0-dev) > Maybe there is a problem with the toolchain pkg-config ? > > - Gui
Actually the problem is that there's no pkg-config in toolchain. :) The OE version of pkg-config has a patch that uses PKG_CONFIG_SYSROOT_DIR. In order to make toolchain work properly, we have to ship that pkg-config in the toolchain, which isn't the case right now. The necessary changes (very ugly hacks but work) are committed and we will release another version soon. Regards, John

