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:b42:0:b0:6fb:dbda:2e71 with SMTP id 63-20020a370b42000000b006fbdbda2e71mr3454998qkl.139.1668837918020; Fri, 18 Nov 2022 22:05:18 -0800 (PST) X-Received: by 2002:a37:de15:0:b0:6ed:ccd0:30af with SMTP id h21-20020a37de15000000b006edccd030afmr8575304qkj.240.1668837917781; Fri, 18 Nov 2022 22:05:17 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Nov 2022 22:05:17 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=219.90.169.193; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 219.90.169.193 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: How to build Python3 support into GNATCOLL with alire From: Roger Mc Injection-Date: Sat, 19 Nov 2022 06:05:18 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:64630 List-Id: 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.