bug#10988: stable-2.0 failed to build on a Mac

2012-03-11 Thread Eric Hanchrow
This is a MacBook Air running OS X 10.7.3. I have macports (http://www.macports.org) installed. Here's what I did: $ sudo port install libunistring pkgconfig boehmgc gmp $ git clone git://git.sv.gnu.org/guile.git $ cd guile/ $ git checkout stable-2.0 $ ./configure -C

bug#10991: syntax-local-binding does not play well with fluid-let-syntax

2012-03-11 Thread Stefan Israelsson Tampe
loading local-stx shows that setting a macro via fluid-let-syntax does not play well with syntax-local-binding who just sees the outside main definition and not the newly introduced binding! --- (use-modules (system syntax)) (use-modules (srfi srfi-11)) (eval-when (compile load

bug#10992: error signaled for syntax expression

2012-03-11 Thread Stefan Israelsson Tampe
Hi, I wanted to enter meta data where the symbols are important into a syntax object and tried to be smart in doing that but stumbled on this because loading (a simplified example) the attached file I get an annoying error e.g. ERROR: bad src $7 = #(a (a b) (a (b c) #f)) (eval-when (compile load

bug#10992: error signaled for syntax expression

2012-03-11 Thread Mark H Weaver
Stefan Israelsson Tampe stefan.ita...@gmail.com writes: Hi, I wanted to enter meta data where the symbols are important into a syntax object and tried to be smart in doing that but stumbled on this because loading (a simplified example) the attached file I get an annoying error e.g.