PATCHES - Countdown to July 28

2023-07-26 Thread Colin Campbell
Here is the current countdown report. The next countdown will begin on July 28th. A list of all merge requests can be found here: https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority Push: !2070 Include in string-convert.hh to fix build error - Jason Yip https://git

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip via Discussions on LilyPond development
On 2023-07-26 14:13, Jean Abou Samra - jean(a)abou-samra.fr wrote: Yes, I deleted the build directory before redoing autogen.sh, redid `mkdir build && cd build` in between autogen.sh and configure Then you failure is pretty strange. Can you show the output of "build/out/bin/lilypond -V" pl

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip
My error magically resolved itself somehow, so it's fine now. On 2023-07-26 15:11, Dan Eble - dan(a)lyric.works wrote: On Jul 26, 2023, at 14:38, Jason Yip via Discussions on LilyPond development wrote: 'CC=ccache clang' 'CXX=ccache clang++' Have you tried clearing the cache? I did when inv

Re: Cannot build latest master branch

2023-07-26 Thread Dan Eble
On Jul 26, 2023, at 14:38, Jason Yip via Discussions on LilyPond development wrote: > > * ../configure > --prefix=/home/lj/projects/internships/2023/lilypond/build/release > --disable-debugging --disable-optimising --enable-checking > --enable-profiling 'CC=ccache clang' 'CXX=ccache clang+

Re: Cannot build latest master branch

2023-07-26 Thread Jean Abou Samra
> Yes, I deleted the build directory before redoing autogen.sh, redid `mkdir > build && cd build` in between autogen.sh and configure Then you failure is pretty strange. Can you show the output of "build/out/bin/lilypond -V" please? Verbose mode should give some information about load paths. Als

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip via Discussions on LilyPond development
On 2023-07-26 11:51, Jean Abou Samra - jean(a)abou-samra.fr wrote: I'm not sure we understand "clean build" in the same way. I get that you rerun autogen and configure, but are you starting from a completely empty build directory? Yes, I deleted the build directory before redoing autogen.sh,

Re: Cannot build latest master branch

2023-07-26 Thread Jean Abou Samra
I'm not sure we understand "clean build" in the same way. I get that you rerun autogen and configure, but are you starting from a completely empty build directory? signature.asc Description: This is a digitally signed message part

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip via Discussions on LilyPond development
On 2023-07-26 11:17, Jean Abou Samra - jean(a)abou-samra.fr wrote: I also got the compilation error, but after adding , my locally built LilyPond works fine. Is this from a clean build? Yes. After redoing: * ./autogen.sh --noconfigure * ../configure --prefix=/home/lj/projects/internships/

Re: Cannot build latest master branch

2023-07-26 Thread Jean Abou Samra
I also got the compilation error, but after adding , my locally built LilyPond works fine. Is this from a clean build?  signature.asc Description: This is a digitally signed message part

Re: Cannot build latest master branch

2023-07-26 Thread Mark Knoop
Hi Jason, This is almost certainly caused by https://gitlab.com/lilypond/lilypond/-/commit/26d9b198b4ebf142551f52de8e1308a0fb0b0561 Dan can probably help you with any updates to your code that follow from that change. At 09:01 on 26 Jul 2023, Jason Yip wrote: > Usually, whenever the Lilypond ma

Cannot build latest master branch

2023-07-26 Thread Jason Yip
Usually, whenever the Lilypond master branch is updated, I fetch the upstream master branch then rebase my master branch of my repository to theirs. However, the new updates I received today have basically broke my build environment. I cannot unsuccessfully build the upstream master branch. Fir