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.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:14e1:b0:56f:6e1b:fac1 with SMTP id k1-20020a05621414e100b0056f6e1bfac1mr2873658qvw.2.1677776042961; Thu, 02 Mar 2023 08:54:02 -0800 (PST) X-Received: by 2002:a05:6808:5c3:b0:384:a13:952a with SMTP id d3-20020a05680805c300b003840a13952amr3643979oij.11.1677776042696; Thu, 02 Mar 2023 08:54:02 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!news.nobody.at!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 2 Mar 2023 08:54:02 -0800 (PST) In-Reply-To: <47f161f0-998e-4c6f-bcd8-59ad0a657c60n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=3.72.247.251; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 3.72.247.251 References: <2bee0de5-2d5c-44a7-bdab-a1d266855c96n@googlegroups.com> <018c257d-44cd-49cd-aac8-8c2b2cf616c4n@googlegroups.com> <47f161f0-998e-4c6f-bcd8-59ad0a657c60n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Build order with gprbuild From: AdaMagica Injection-Date: Thu, 02 Mar 2023 16:54:02 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:64994 List-Id: Project main seems to completely ignore the with clause for code_generation. I added to main for Languages use ("Ada", "Fuzzy"); which results in main.gpr:3:9: warning: there are no sources of language "Fuzzy" in this project You need to teach gprbuild to look into project code_generation when some Ada files are missing. I'm very impressed that you can teach gprbuild a new "language".