All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wxbase_2.8.9: fix includepath for SDL dependency
@ 2011-06-01 13:29 Matteo Facchinetti
  2011-06-01 16:01 ` Marco Cavallini
  2011-06-01 16:11 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Matteo Facchinetti @ 2011-06-01 13:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Matteo Facchinetti

From: Matteo Facchinetti <engineering@sirius-es.it>

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 <engineering@sirius-es.it>
---
 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"
 
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-03 11:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 13:29 [PATCH] wxbase_2.8.9: fix includepath for SDL dependency Matteo Facchinetti
2011-06-01 16:01 ` Marco Cavallini
2011-06-01 16:11 ` Koen Kooi
2011-06-03 11:38   ` Matteo Facchinetti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.