From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ALR unable to get many packages Date: Sun, 06 Aug 2023 12:30:12 +0100 Organization: A noiseless patient Spider Message-ID: References: <616ebbaf-0483-4af6-9249-e083bf36bcf8n@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="e77937a9e5722b1ca218e0bfd8071443"; logging-data="2352933"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/gzjHFRcdXAN0yE/Occ3JqI/8P0izpKAk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) Cancel-Lock: sha1:5rHVUpwQRuN/UoIZPHAA9kXb1RY= sha1:RdXiGvnSl6cdOOnym/nkNOzOBV8= Xref: news.eternal-september.org comp.lang.ada:65492 List-Id: Kenneth Wolcott writes: > If I don't install homebrew then what is it that I need to do to > achieve the objective? I'd like to use ALR, but it looks like it only > works for packages that are pure Ada (I'm not 100% sure of that, but > it seems to be the case). > > So please show me what to do that will result in further progress with > ALR and an M1 chip without using homebrew... No guarantees here, but .. If alr says that a particular external package isn't available, then * instead of saying N say Y and install the requested package using port * set these environment variables: export C_INCLUDE_PATH=/opt/local/include export CPLUS_INCLUDE_PATH=/opt/local/include export LIBRARY_PATH=/opt/local/lib