Re: which SC version still compiles for macOS 10.12?
[email protected] Wed, 17 Jun 2020 12:34:24 +0200
| Newsgroups | gmane.comp.audio.supercollider.devel |
|---|---|
| Message-ID | <CA+z7jfqdD4yncp_z98NJCapVNPMs+8F3YDaSx2ymF+Fb_etDCg@mail.gmail.com> |
Hi! Definitely not an expert of macOS, but AFAIK SC compiles with the Qt version you have on your system. SC doesn't build Qt itself, so I assume your system is macOS >= 10.13, SC links to that Qt, and that could be why it fails on 10.12. On Wed, Jun 17, 2020 at 12:05 PM <adcxyz-A2/[email protected]> wrote: > Hi, > > I tried to compile 3.10.2 for people using macOS 10.12, > with the hotfixes to SCIDE/Document - > and the app fails to run, because Qt was apparently built for >= 10.13 ... > > Do i need to tell the build script to also recompile Qt for 10.12 somehow? > I assumed that -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 would do it, > but apparently this is not enough - > > // These were my scripts: > cmake -G Xcode -DCMAKE_PREFIX_PATH=`brew --prefix qt5` > -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 .. > > cmake --build . --target install --config RelWithDebInfo > > any pointers welcome! > thanks, best adc > > _______________________________________________ > sc-dev mailing list > > info (subscription, etc.): > http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx > archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/ > search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/ >