Matteo Facchinetti ha scritto, Il 01/06/2011 15:29: > 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}" > > LEAD_SONAME = "libwx_base-2.8.so" >
Acked-by: Marco Cavallini <[email protected]> Thank you Cordiali Saluti / Kindest Regards / mit freundlichen GrĂ¼ssen -- Marco Cavallini | KOAN sas | Bergamo - Italia embedded and real-time software engineering Atmel third party certified consultant Phone:+39-035-255.235 - Fax:+39-178-22.39.748 http://www.KoanSoftware.com http://www.KaeilOS.com _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
