guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-1.7 + cygwin + (ice-9 syncase)


From: Pach Roman (GS-EC/ESA4) *
Subject: guile-1.7 + cygwin + (ice-9 syncase)
Date: Thu, 27 Jan 2005 07:31:14 +0100

Hello,
I have installed the new version (i.e. 1.7) on my computer and tried the 
following simple sequence:

bash> guile
guile> (use-syntax (ice-9 syncase))
guile> (while #f)
ERROR: invalid syntax ()
ABORT: (misc-error)
guile> 

The following test in turn generates no errors:

bash> guile
guile> (while #f)
guile> 

There were no problems using guile-1.6.4.

Bye, Roman




reply via email to

[Prev in Thread] Current Thread [Next in Thread]