Re: which SC version still compiles for macOS 10.12?
adcxyz-A2/[email protected] Thu, 18 Jun 2020 09:35:49 +0000
| Newsgroups | gmane.comp.audio.supercollider.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks, got it to work! In case anyone is curious, it was (in Terminal): brew switch qt 5.11.1 // which I still had installed cmake -G Xcode -DCMAKE_PREFIX_PATH=`brew --prefix qt5` -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 .. cmake --build . --target install --config RelWithDebInfo best adc > On 17/06/2020, at 12:46 , [email protected] wrote: > > That link was for latest Qt5. On the other hand, Qt 5.12 could still support macOS 10.12: > https://doc.qt.io/qt-5.12/macos.html#supported-versions > > Maybe try building with that instead! > > On Wed, Jun 17, 2020 at 12:39 PM Gianluca Elia <[email protected]> wrote: > >> It also looks like Qt itself doesn't officially support macOS < 10.13 :( >> https://doc.qt.io/qt-5/macos.html#supported-versions >> >> On Wed, Jun 17, 2020 at 12:34 PM Gianluca Elia <[email protected]> wrote: >> >>> 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 <[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/