[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error with make doc
From: |
Werner LEMBERG |
Subject: |
Re: Error with make doc |
Date: |
Sat, 10 Feb 2024 12:52:12 +0000 (UTC) |
>> If I click on the Notation link from that page, I get to:
>>
>> out-www/offline-root/Documentation/web/notation.html
>>
>> which has no css, but has lots of links.
>
> This shouldn't happen, and it means that your documentation build is
> still not correct.
Continuing with the analysis of Carl's build tarball it seems that the
script `build-doc-tree.sh` doesn't work as expected. I've now
converted it to a normal shell script (i.e., it no longer uses syntax
specific to bash), which should hopefully increase its portability to
systems like macOS that neither have or use '/bin/bash'.
Carl, please do another run of the following commands based on the
updated 'dev/wl/build-fixes' branch, then create and upload a tarball
of your `build` directory as before and send me a link to it.
```
./configure
make bytecode -j10 LANGS="en"
make doc LANGS="en"
```
Regarding the failing `make doc -j10`:
> > "/Users/carl/Development/lilypond/build/out/lybook-db/
> > snippet-names-c5b165525229969dd268a5b19f9f64fd.ly"' returned
> > non-zero exit status 1.
>
> Please try to find out which of the snippet files mentioned in the
> above file failed. `*.log` files should be in directory
> `out/lybook-db`, too, and the error message should be near the end
> of one of the log files.
>
> I would need both the contents of the failing snippet file and the
> corresponding error message.
I still need this, BTW.
Werner
- Re: Error with make doc, Werner LEMBERG, 2024/02/01
- Re: Error with make doc, Carl Sorensen, 2024/02/01
- Re: Error with make doc, Werner LEMBERG, 2024/02/01
- Re: Error with make doc, Carl Sorensen, 2024/02/01
- Re: Error with make doc, Werner LEMBERG, 2024/02/02
- Re: Error with make doc, Carl Sorensen, 2024/02/02
- Re: Error with make doc, Werner LEMBERG, 2024/02/04
- Re: Error with make doc, Carl Sorensen, 2024/02/07
- Re: Error with make doc, Werner LEMBERG, 2024/02/08
- Re: Error with make doc,
Werner LEMBERG <=
- Re: Error with make doc, Dan Eble, 2024/02/10
- Re: Error with make doc, Werner LEMBERG, 2024/02/10
- Re: Error with make doc, Carl Sorensen, 2024/02/10
- Message not available
- Re: Error with make doc, Werner LEMBERG, 2024/02/03
- Re: Error with make doc, Carl Sorensen, 2024/02/07
- Re: Error with make doc, Werner LEMBERG, 2024/02/08