gcl-devel
[Top][All Lists]
Advanced

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

Re: [Maxima-discuss] Additional build errors in doc/info (problem with G


From: Robert Dodier
Subject: Re: [Maxima-discuss] Additional build errors in doc/info (problem with GCL?)
Date: Mon, 29 Aug 2022 22:37:10 -0700

On Mon, Aug 29, 2022 at 9:56 PM Viktor T. Toth <vttoth@vttoth.com> wrote:

> The offending line appears to be line #180 in build-html-index.lisp:
>
>     (with-open-file (s "maxima-index-html.lisp"
>                :direction :output
>                :if-exists :supersede)
>
> which causes GCL to fail if the file does not exist.

Hmm, I'm not seeing an error of that kind. I built GCL from a tarball
tagged "Version_2_6_13pre120".

No error here. "/tmp/blurf.mumble3" doesn't exist yet.

>(with-open-file (s "/tmp/blurf.mumble3" :direction :output :if-exists 
>:supersede) (write-char #\a s))

 ~/.../maxima-code $ od -c /tmp/blurf.mumble3
0000000   a
0000001

as expected.

best

Robert



reply via email to

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