Re: compiling MacOS application in LilyDev

2021-11-08 Thread Jefferson Felix
> How can I tell if it ultimately worked? I'm not sure if it works on High Sierra. But if you didn't installed any other version of Lilypond, lilypond --version will print "GNU Lilypond 2.23.5 (running Guile 2.2)" -- --- Jefferson dos Santos Felix

Re: compiling MacOS application in LilyDev

2021-11-08 Thread Jefferson Felix
Kieren, If you need to compile from the master branch natively on macOS, with Guile 2.2, the easiest way is to use homebrew: brew install --HEAD lilypond This command installs all lilypond build dependencies, clones the master branch and compiles it, but the docs are not included. But if you ar

Re: Lilypond is now on Homebrew for macOS Mojave or higher (Intel or M1)

2021-10-05 Thread Jefferson Felix
> Would it be conceivable to do Homebrew builds also for (odd-numbered) development versions of LilyPond? According to homebrew rules, only stable versions are accepted. And really, there is no * -devel package in the homebrew repository. About that, I believe we can patch the formula until the ne

Re: Lilypond is now on Homebrew for macOS Mojave or higher (Intel or M1)

2021-10-05 Thread Jefferson Felix
> What kind of next release, next minor to the current stable release ie 2.22.2, or next stable release 2.24? I was referring to the next minor version. > Regarding 2.24, hopefully we can have switched to Guile 2 permanently at that point. Sounds good, so homebrew users can hunt for bugs at this

Re: Lilypond is now on Homebrew for macOS Mojave or higher (Intel or M1)

2021-10-05 Thread Jefferson Felix
às 16:44, Jefferson Felix escreveu: > I have a question (I'm not very familiar w/ guile2 and lilypond source > structure), but is it possible to build with guile1 and run with guile2, > and vice-versa? > > Em ter., 5 de out. de 2021 às 16:42, Jefferson Felix > escrev

Re: Lilypond is now on Homebrew for macOS Mojave or higher (Intel or M1)

2021-10-05 Thread Jefferson Felix
I have a question (I'm not very familiar w/ guile2 and lilypond source structure), but is it possible to build with guile1 and run with guile2, and vice-versa? Em ter., 5 de out. de 2021 às 16:42, Jefferson Felix escreveu: > I just did this change locally, only the message is different

Re: Lilypond is now on Homebrew for macOS Mojave or higher (Intel or M1)

2021-10-05 Thread Jefferson Felix
I just did this change locally, only the message is different (running Guile 2), because someone also can build from source using guile 2. I agree with this solution. Em ter., 5 de out. de 2021 às 15:25, Jean Abou Samra escreveu: > [Lukas] > > Would it be considered reasonable to hard-wire a sp

Re: Lilypond is now on Homebrew for macOS Mojave or higher (Intel or M1)

2021-10-05 Thread Jefferson Felix
Yes, exactly. We don't use patches and code replacements are avoided as much as possible. Em ter., 5 de out. de 2021 às 09:53, Lukas-Fabian Moser escreveu: > Folks, > > Am 05.10.21 um 14:39 schrieb Jefferson Felix: > > No problem, I was just pointing out the reasons why Gui

Re: lilypond x64 and arm64 for macOS users in homebrew

2021-10-05 Thread Jefferson Felix
We now have the formula on homebrew core. I invite macOS users (mojave or higher) with Intel or M1 processors to test it with: brew install lilypond Em sáb., 2 de out. de 2021 às 23:46, Jefferson Felix escreveu: > Ok, I understand, but strict homebrew core rules require me to submit a >

Re: lilypond x64 and arm64 for macOS users in homebrew

2021-10-02 Thread Jefferson Felix
dem 30.09.2021 um 18:34 -0300 schrieb Jefferson Felix: > > Dear developers, > > > > We have been working the last few days on homemade formulas for TeXLive ( > > https://github.com/Homebrew/homebrew-core/pull/83738) and Lilypond ( > > https://github.com/Homebrew/homebrew-

Re: lilypond x64 and arm64 for macOS users in homebrew

2021-10-02 Thread Jefferson Felix
certainly be an important way to get Lilypond in a simple and practical way for macOS users. Thanks! Em sáb., 2 de out. de 2021 às 12:02, Dan Eble escreveu: > On Sep 30, 2021, at 17:34, Jefferson Felix wrote: > > > > Therefore, I would like your opinion if we can continue wi

lilypond x64 and arm64 for macOS users in homebrew

2021-09-30 Thread Jefferson Felix
Dear developers, We have been working the last few days on homemade formulas for TeXLive ( https://github.com/Homebrew/homebrew-core/pull/83738) and Lilypond ( https://github.com/Homebrew/homebrew-core/pull / 85024) . The Lilypond formula relies on the TeXLive formula to build, which is practicall