[oe] the apparent fix for guile-native

Robert P. J. Day rpjday at crashcourse.ca
Thu Nov 19 18:18:12 UTC 2009


  here's what i added to the guile recipe as a patch file:

diff -Nur guile.orig/libguile/guile-snarf-docs.in guile-1.8.7/libguile/guile-snarf-docs.in
--- guile.orig/libguile/guile-snarf-docs.in	2009-07-03 18:19:00.000000000 -0400
+++ guile/libguile/guile-snarf-docs.in	2009-11-19 12:55:32.487266268 -0500
@@ -23,4 +23,4 @@
 ## Let the user override the preprocessor autoconf found.
 test -n "${CPP+set}" || CPP="@CPP@"

-${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"
+${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@"


  and that got me a successful build.  unless there are any
objections, i can submit a patch in a few minutes.

rday

p.s.  this is with cpp-4.4.2, so i can only imagine that others who
had working builds all this time were using an older version of cpp?
in any event, will that option play nice with older cpp's?

--


========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================




More information about the Openembedded-devel mailing list