Re: which SC version still compiles for macOS 10.12?

[email protected] Wed, 17 Jun 2020 12:46:18 +0200
Newsgroups gmane.comp.audio.supercollider.devel
Message-ID <CA+z7jfpeWJvcbSgUng87pdRxrKayZ40g9ZQub+jyajdDqc9BpQ@mail.gmail.com>
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 <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/
>>>
>>