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.182.213.73 with SMTP id nq9mr4033582obc.33.1441567141026; Sun, 06 Sep 2015 12:19:01 -0700 (PDT) X-Received: by 10.182.81.130 with SMTP id a2mr63307oby.30.1441567140999; Sun, 06 Sep 2015 12:19:00 -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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!kq10no1154317igb.0!news-out.google.com!nt1ni2844igb.0!nntp.google.com!kq10no1154315igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 6 Sep 2015 12:19:00 -0700 (PDT) In-Reply-To: <40d335af-ce72-406d-a57a-812752dfaf9f@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.99.95.185; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 83.99.95.185 References: <40d335af-ce72-406d-a57a-812752dfaf9f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <782cc18b-cf19-4a6d-abd2-d9f3cbf29434@googlegroups.com> Subject: Re: Problem with XNAdaLib 2015 binaries for MacOS 10.9 including GTKAda GPL 2015 From: Laurent Injection-Date: Sun, 06 Sep 2015 19:19:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27718 Date: 2015-09-06T12:19:00-07:00 List-Id: On Sunday, 6 September 2015 21:18:11 UTC+2, Laurent wrote: > Hi > > I have installed the XNAdaLib und /usr/local and I have added it to my PATH. > > But when I try to use it I get an odd behavior. I can see the library in the project tab. I have access to the different files but when I try to build something with it I get following error: > > Builder results > /Volumes/Kingston/GPS/Test/test.gpr > 1:6 unknown project file: "gnoga.gpr" > > The test.adb : > > procedure Test is > begin > null; > end Test; > > the test.gpr: > > with "gnoga.gpr"; > > project Test is > > for Source_Dirs use ("/Volumes/Kingston/GPS/Test"); > > end Test; > > my PATH: > > export PATH=/usr/local/gnat/bin:/opt/gcc-5.1.0/bin:/usr/local/xnadalib-2015/bin:$PATH > export GPR_PROJECT_PATH=/usr/local/xnadalib-2015/lib/gnat:/usr/local/xnadalib-2015/share/gpr:$GPR_PROJECT_PATH > > Any idea? > > Thanks > > Laurent Forgotten to say that I use Mac OS Yosemite