> On 22 Apr 2021, at 21:24, Jonas Hahnfeld via bug-lilypond > <[email protected]> wrote: > > Am Donnerstag, dem 22.04.2021 um 18:03 +0000 schrieb Carl Sorensen: >> >> This implies that the only reason we need Apple's SDK is for compiling the >> LilyPad editor. Is that true? >> >> Is it possible to create a Mac app bundle without the SDK? > > No, my understanding of the problem is that you cannot *compile* for > macOS unless you are on Apple hardware, ie no cross-compilation which > GUB is based on. This changed at some point in the past (many years > ago) and the software from before remains accessible, so GUB is able to > build for 32-bit.
In the 32-bit SDK version you have, gcc is the real one, very old 4.7 or something, it later changed to an inhouse version of clang. There was no 64-bit SDK for cross compilation when I looked into it some years ago. One solution might to compile it in a distributed manner on a Mac. _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
