Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Building guile-1.4 fails with an AWK internal error?

awk building Error fails Internal
0
Posted

Building guile-1.4 fails with an AWK internal error?

0

This is a known problem when building guile-1.4 with a comparatively recent version of GCC. Between Guile versions 1.4 and 1.6, GCC’s preprocessor behaviour changed so that macro expansions go on a single line in the output, which doesn’t agree with Guile 1.4’s doc snarfing mechanism. From 1.5.x onwards we implemented a new doc snarfing mechanism that copes with this. Obviously we can’t fix the 1.4 distribution retrospectively. So the fix is either to downgrade to an older GCC or to move to guile-1.5.x, or Guile 1.6 when that becomes available.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123