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!reader01.eternal-september.org!aioe.org!16NWJ6+ffT/gI+JIGgfmBw.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How to build Python3 support into GNATCOLL with alire Date: Sat, 19 Nov 2022 22:11:00 +0000 Organization: Aioe.org NNTP Server Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="33771"; posting-host="16NWJ6+ffT/gI+JIGgfmBw.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (darwin) Cancel-Lock: sha1:pJi4ytycncuW/s7DFSijTso5Z14= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:64633 List-Id: Roger Mc writes: > Using Alire, I'm attempting to follow the Scripts API instructions of > the `GNATColl 22.0w documentation` Section 3.1.2, `The Python > Language` which states that `Python support is optional in GNATColl`. > I can't figure out how to provide `GNATColl` with the optional Python > support. Hence my instruction `with GNATCOLL.Scripts.Python;` fails. > No problem with `with GNATCOLL.Scripts;` > Please advise on how to provide `GNATColl` with the optional Python > support. Unfortunately the Python3 binding in Alire doesn't work on macOS (ISTR you use a Mac? always helpful to say what machine you're using!) Should work on Debian/Ubuntu/Windows, not that that helps you a lot.