Deutsch English Français Italiano |
<vlevq0$17pe5$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: OrangeFish <OrangeFish@invalid.invalid> Newsgroups: comp.lang.ada Subject: Re: Ada on old Macs Date: Sun, 5 Jan 2025 17:06:56 -0500 Organization: A noiseless patient Spider Lines: 23 Message-ID: <vlevq0$17pe5$1@dont-email.me> References: <vlc7jq$k4c5$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 05 Jan 2025 23:06:57 +0100 (CET) Injection-Info: dont-email.me; posting-host="a442b2f8ed8c41de3b424f0ff04bef95"; logging-data="1304005"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/QxeWqE1FvJJyFr7/bqP+du+4TH8tGSZY=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Cancel-Lock: sha1:AJxmcINqcbFaqajPfhd1U0ePklA= Content-Language: en-CA In-Reply-To: <vlc7jq$k4c5$1@dont-email.me> Bytes: 1777 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