Sujet : Re: Ada on old Macs
De : OrangeFish (at) *nospam* invalid.invalid (OrangeFish)
Groupes : comp.lang.adaDate : 05. Jan 2025, 23:06:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vlevq0$17pe5$1@dont-email.me>
References : 1
User-Agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0
On 2025-01-04 16:01, Marius Alves wrote:
Any chance of deploying an Ada 2022 or 2012 compiler on any of
Macbook, 2015, i5, Monterey 12.7.6
Macmini, 2012, i7, Catalina 10.15.7
(Local target for starts.)
I'm trying old packages from FSF but going nowhere fast.
Things like
Marios-Air:~ marius$ gcc --help
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
xcrun tells you where the compiler+libraries are. (gcc actually invokes the LLVM compiler.) It should have been installed with the Developer tools.
What version of Xcode are you running?
OF