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.141.11 with SMTP id rk11mr1398422pab.26.1432635244967; Tue, 26 May 2015 03:14:04 -0700 (PDT) X-Received: by 10.140.102.75 with SMTP id v69mr315691qge.19.1432635244915; Tue, 26 May 2015 03:14:04 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!h15no8519667igd.0!news-out.google.com!k20ni44939qgd.0!nntp.google.com!z60no3882669qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 26 May 2015 03:14:04 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.81.80.248; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 5.81.80.248 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: gprbuilds and bullds using the gpr within gps From: tonyg Injection-Date: Tue, 26 May 2015 10:14:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:193311 Date: 2015-05-26T03:14:04-07:00 List-Id: I was under the impression that if a gpr file say called thefile.gpr was able to be built within GPS then if you used gnatmake -Pthefile.gpr , then it would build from the command line. I'm getting this instead of "no errors at all" which is a little strange to me tony@wb:~$ gprbuild -PDropbox/source/awsinterface/usnapi.gpr usnapi.gpr:8:04: no value defined for "library_type" usnapi.gpr:8:39: warning: undefined external reference usnapi.gpr:11:04: no value defined for "aws_build" usnapi.gpr:11:30: warning: undefined external reference usnapi.gpr:14:04: no value defined for "development" usnapi.gpr:14:38: warning: undefined external reference usnapi.gpr:17:04: no value defined for "legacy" usnapi.gpr:17:28: warning: undefined external reference usnapi.gpr:20:04: no value defined for "atomic_access" usnapi.gpr:20:42: warning: undefined external reference usnapi.gpr:23:04: no value defined for "tasking" usnapi.gpr:23:30: warning: undefined external reference usnapi.gpr:26:04: no value defined for "traced_objects" usnapi.gpr:26:44: warning: undefined external reference usnapi.gpr:29:04: no value defined for "prj_target" usnapi.gpr:29:32: warning: undefined external reference usnapi.gpr:32:04: no value defined for "prj_build" usnapi.gpr:32:30: warning: undefined external reference gprbuild: "Dropbox/source/awsinterface/usnapi.gpr" processing failed Does anyone know of reasons why this is the case?