lilypond-user
[Top][All Lists]
Advanced

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

Re: error code 1 - GUILE signaled an error for the expression beginning


From: Jostle
Subject: Re: error code 1 - GUILE signaled an error for the expression beginning here
Date: Fri, 9 Jul 2021 11:45:16 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

This version compiles cleanly on my Ubuntu system with both 2.22.1 and 2.23.3

Is it possible that you have an invalid character on those lines that is not visible?

Perhaps try deleting and re-typing the lines.


jostle


On 9/7/21 3:21 am, ming tsang wrote:
Hi, David:

Sorry I left the #'( ). Now I removed it and I get the same error message.
image.png
Thanks again,
waiming Tsang.

On Thu, Jul 8, 2021 at 1:03 PM David Kastrup <dak@gnu.org> wrote:
ming tsang <ming.tsang94@gmail.com> writes:

> Dear Lilyponders,
> How to resolve the GUILE signaled error?
> The same #( ... ) for other code don't have errors, but line 12 does.
> I am running with frecobaldi v3.1.3 and lilypond v2.23.3 and in window 10.
> Thank you for the help.
> waiming Tsang.
> [image: image.png]

I read

#'(define modt     (stat:mtime (stat filen)))
#(define modts    (strftime "%m/%d/%Y %H:%M:%S" (localtime modt)))

and the first line does _nothing_ since the define _expression_ is
quoted.  LilyPond reads the define without executing it.  So in the next
line, modt is undefined.

--
David Kastrup


--
ming (lyndon) tsang

reply via email to

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