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
========================================================================

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to