Hi all, During the build process for OS X 10.9.3 I run into problems building Guile 2.0.11. This is the error I get during make. The config log is also attached. I was following the instructions found at http://irrealblog.blogspot.com/2011/03/building-guile-2.html How do get past this error? Making all in module GUILEC ice-9/eval.go wrote `ice-9/eval.go' GUILEC ice-9/psyntax-pp.go Backtrace: In ice-9/eval.scm: 484: 17 [eval # #] 481: 16 [lp (#) (#)] In unknown file: ?: 15 [apply-smob/1 #] In ice-9/eval.scm: 484: 14 [eval # #] 432: 13 [eval # #] 387: 12 [eval # #] 432: 11 [eval # #] 387: 10 [eval # #] 481: 9 [lp (#) ("")] 481: 8 [lp # #] 481: 7 [lp (# #) (little 8)] 481: 6 [lp (#) (8)] 481: 5 [lp (#) (relative)] 432: 4 [eval # #] 486: 3 [eval # #] 381: 2 [eval # #] In unknown file: ?: 1 [#> (_ #:optional _)>> # ...] In ice-9/eval.scm: 481: 0 [lp (#) ((#))] ice-9/eval.scm:481:19: make[2]: *** [ice-9/psyntax-pp.go] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Nick