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=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:6453:0:b0:6ec:5fb8:a882 with SMTP id y80-20020a376453000000b006ec5fb8a882mr11411007qkb.612.1666312742403; Thu, 20 Oct 2022 17:39:02 -0700 (PDT) X-Received: by 2002:a05:6214:1cc2:b0:4af:891b:4e75 with SMTP id g2-20020a0562141cc200b004af891b4e75mr13737437qvd.30.1666312742261; Thu, 20 Oct 2022 17:39:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 20 Oct 2022 17:39:01 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=203.214.47.204; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 203.214.47.204 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2038635c-fdb0-4ca4-9dd8-6d7f9cfa6dd1n@googlegroups.com> Subject: components_4_64 python Test_Class Build Fails From: Roger Mc Injection-Date: Fri, 21 Oct 2022 00:39:02 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1624 Xref: reader01.eternal-september.org comp.lang.ada:64523 List-Id: Mac OSX Monterey Trying to build Test_Class fails with /System/Volumes/Data/Ada_Source/components_4_64/python-examples/class/test_class dyld[89915]: Library not loaded: '/Library/Frameworks/Python.framework/Versions/3.8/Python' Referenced from: '/System/Volumes/Data/Ada_Source/components_4_64/python-examples/class/test_class' Reason: tried: '/Library/Frameworks/Python.framework/Versions/3.8/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.8/Python' (no such file) I have set the gpr Linker item to -F/usr/local/Cellar/python@3.10/3.10.5/Frameworks but this does not fix th problem