thSoft / elysium

LilyPond IDE for Eclipse
http://elysium.thsoft.hu
14 stars 3 forks source link

LilyPond installed by Homebrew fails to produce PDF file #208

Open thSoft opened 2 weeks ago

thSoft commented 2 weeks ago

Versions:

Steps to reproduce:

Actual output: No PDF file is created, and the following error appears in the Console:

Converting to `score.pdf'...
warning: g_spawn_sync failed (-1): gs: Failed to execute child process “gs” (No such file or directory)
warning: `(gs -q -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH -dAutoRotatePages=/None -dPrinted=false /var/folders/d7/qt541tgd3vzfk32m544ks8mw0000gn/T//lilypond-tmp-788731)' failed (-1)

/usr/local/Cellar/lilypond/2.24.4/share/lilypond/2.24.4/ly/init.ly:65:2: error: Guile signaled an error for the expression beginning here
#
 (let ((book-handler (if (defined? 'default-toplevel-book-handler)
Throw to key `ly-file-failed' with args `()'.
LilyPond terminated in 3,105 seconds.

Expected output: A PDF file is created

Additional info:

thSoft commented 2 weeks ago

This LilyPond 2.20.0 build works correctly, you can use it as a workaround.