Mark H Weaver <[email protected]> writes: > Hello all, > > clang 3.4 is unable to successfully compile Guile 1.8, 2.0, or master. > In all cases, Guile segfaults on its first execution, while trying to > generate guile-procedures.texi. > > The reason is that clang 3.4's C preprocessor introduces a lot of extra > newlines in surprising places. Our snarfing macros are unable to cope > with this, and lots of initialization code is lost.
I pushed a fix for this to the stable-2.0 branch. http://git.savannah.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=c3c3032608c9658c5dc5019d85446b6a1c2f7fcc Mark
