Am Montag, dem 06.12.2021 um 23:05 +0100 schrieb Michael Käppler: > Am 06.12.2021 um 20:47 schrieb Jonas Hahnfeld: > > How did you extract the archive? I tried both the Windows Explorer > > "Extract All..." and 7zip. Is there another popular program that I > > don't know, after not using Windows in years? > > For the first try I used Windows Explorer "Extract All...", my second > attempt was to use 'unzip' in a mingw bash.
Even that method works for me... > Modification time is the same for *.go and *.scm files, AFAICT: That's fine; as far as I understand the code, it will only re-compile if the scm files are newer. > unzip -l lilypond-2.23.5-mingw-x86_64.zip | grep eval (The interesting check would be in the extracted directory.) > Does the following line in the output of 'lilypond -V' mean something? > > Relocation > LilyPond binary has absolute file name: > D:\Lilypond-generic\lilypond-2.23.5-mingw-x86_64\lilypond-2.23.5\bin\lilypond.exe > Setting INSTALLER_PREFIX to > 'D:/Lilypond-generic/lilypond-2.23.5-mingw-x86_64/lilypond-2.23.5' > Using run-time value for datadir, > setting it to > 'D:/Lilypond-generic/lilypond-2.23.5-mingw-x86_64/lilypond-2.23.5/share/lilypond/2.23.5' > <<<<<<<< > Using compile-time value for libdir, > setting it to > '/home/lily/lilypond-2.23.5/release/binaries/mingw/lilypond/install/lib/lilypond/2.23.5' > >>>>>>>> Yes and no: The directory doesn't exist (yet) in the archive and therefore not after extraction. Creating it will change the printout to "Using run-time value for libdir", we will need it to inject compiled bytecode of LilyPond's scm files. Jonas
signature.asc
Description: This is a digitally signed message part