[oe] firefox fails at xpidl: missing glib

Henning Heinold heinold at inf.fu-berlin.de
Fri Apr 8 20:56:13 UTC 2011


On Fri, Apr 08, 2011 at 11:23:44AM -0700, Neil MacMunn wrote:
> I'm trying to bitbake firefox with this configuration.
> 
> >Build Configuration:
> >BB_VERSION        = "1.12.0"
> >METADATA_BRANCH   = "unstable"
> >METADATA_REVISION = "219f1e9"
> >TARGET_ARCH       = "arm"
> >TARGET_OS         = "linux-gnueabi"
> >MACHINE           = "overo"
> >DISTRO            = "angstrom"
> >DISTRO_VERSION    = "v20110408"
> >TARGET_FPU        = "hard"
> 
> 
> cp sysroots/x86_64-linux/usr/include/glib-2.0/glib.h
> sysroots/x86_64-linux/usr/include/ got me to another missing header
> error. Comparing the log of my last successful build, this is
> missing.

Hi,

copying the headers wild around don't get you further, the right include option
is needed. As pkg-config --cflags glib-2.0 returns it. So in the end 
you need to fix the Makefile.

Bye Henning




More information about the Openembedded-devel mailing list