From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.163.102 with SMTP id yh6mr31978334pab.23.1444148451118; Tue, 06 Oct 2015 09:20:51 -0700 (PDT) X-Received: by 10.182.51.135 with SMTP id k7mr185020obo.39.1444148451036; Tue, 06 Oct 2015 09:20:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!kq10no16053058igb.0!news-out.google.com!n2ni22347igy.0!nntp.google.com!kq10no17564907igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 6 Oct 2015 09:20:50 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.77.226.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 189.77.226.1 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <36c53b0c-f031-4b80-953d-e5887de0fd4b@googlegroups.com> Subject: Forcing to build dependencies From: "Rego, P." Injection-Date: Tue, 06 Oct 2015 16:20:51 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27918 Date: 2015-10-06T09:20:50-07:00 List-Id: When I run a build in a GPS Project_A which is an extended project from Pro= ject_B, a file myfile.adb in Project_B does not compile in the build proces= s (manually it's ok). So it returns=20 error: "myfile.ali" not found, "myfile.adb" must be compiled I already tried option "-f", but also did not compile myfile.adb same way. = Is there some compilation switch which forces the project to build all the = dependencies (or which forces to not build the dependences...maybe my proje= ct has this, and I could see it...)? Thanks.