guile-user
[Top][All Lists]
Advanced

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

Re: Problems using Guile 1.4


From: Thomas Wawrzinek
Subject: Re: Problems using Guile 1.4
Date: Tue, 28 Aug 2001 08:57:28 +0200 (MEST)

Hi!

address@hidden wrote:

 > When I use 1.4 and I run it by running guile interactively and typing
 > (load "foo.scm")
 > (run-server)

 [snip]

 > However if I just type guile -e run-server -s foo.scm most functions
 > work except the http function which complains of a bad header.

1.4 has a bug that sometimes causes different behavior with interactive
sessions and scripts.

The following workaround helps in some of these cases.

Add a (define-module (guile-user)) at the top of your script.

However, I'm not sure this works given your problem description about the
bad header part ...

The bug mentioned is no longer present in the evaluation version 1.5, as far
as I've seen. You can get it from 

ftp://alpha.gnu.org/pub/gnu/guile

Note, that the official release shall be 1.6, after a testing period with
1.5.

Regards,

                        Thomas





reply via email to

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