Bug#570235: init.scm:37:2: if: bad syntax (must have an "else" expression)

2010-02-20 Thread Freiric Barral
Hi, the error comes from the incompatibility of mzscheme with the r5rs (they are now on the r6rs). The workaround is to use the library of the r5rs when using mzscheme. It should be corrected soon in the package, but in the meantime you could try: mzscheme -l scheme/base -l r5rs/init -i --loa

Bug#570235: init.scm:37:2: if: bad syntax (must have an "else" expression)

2010-02-17 Thread Stéphane Glondu
Package: minlog Version: 4.0.99.20080304-4.1 Severity: grave Hello, I get the following error when running minlog: /usr/share/minlog/init.scm:37:2: if: bad syntax (must have an "else" expression) in: (if COMMENT-FLAG (begin (display COMMENT-STRING) (for-each display x) (newline))) Running d