-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01-06-11 15:29, Matteo Facchinetti wrote: > From: Matteo Facchinetti <[email protected]> > > Compile task fail with error: > | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/SDL > | cc1plus: internal compiler error: in add_path, at c-incpath.c:425 > > Fix it forcing right path in configuration. > > > Signed-off-by: Matteo Facchinetti <[email protected]> > --- > recipes/wxwidgets/wxbase_2.8.9.bb | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/recipes/wxwidgets/wxbase_2.8.9.bb > b/recipes/wxwidgets/wxbase_2.8.9.bb > index fb18710..7d593ad 100644 > --- a/recipes/wxwidgets/wxbase_2.8.9.bb > +++ b/recipes/wxwidgets/wxbase_2.8.9.bb > @@ -9,7 +9,8 @@ SRC_URI += "file://Makefile.in.patch" > EXTRA_OECONF = " --disable-gui \ > --enable-largefile \ > --enable-gpe \ > - --without-subdirs" > + --without-subdirs \ > + --with-sdl-prefix=${D}"
Usually that means you end with with references to $WORKDIR in the target binaries, is this one safe? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFN5mTKMkyGM64RGpERAnjwAKC3KIkvLgvakTbi3WSVG4ihihnzvwCfRP22 jjC8gtfzfU3s4gmNSzFKLqs= =93i7 -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
