Jean,
My build was failing with similar messages until I ran
rm -fr ./configure
./autogen.sh --noconfigure
in the source directory.
This seems to have been needed to get ./configure to assign the correct
program name to the PLTOTF make variable.
Would this need a note in CG?
John
On 4/1
Hi,
This used to work for me in order to build just one document, as
opposed to building the full documentation:
make -j9 CPU_COUNT=9 -C Documentation out=www out-www/en/internals.pdf
This is also recommended in the CG.
Now, I get in internals.texi2pdf.log:
kpathsea: Running mktextfm lmttr
m
>> With current git (commit 44f1033467a6, using Guile 2.2.7), the
>> formatting of optional Scheme function arguments in the IR looks
>> strange. [...]
>
> I'll fix that later. An issue seems like the way to go for now.
Done.
https://gitlab.com/lilypond/lilypond/-/issues/6330
Werner