comp.lang.ada
 help / color / mirror / Atom feed
From: Laurent <lutgenl@icloud.com>
Subject: Problem with XNAdaLib 2015 binaries for MacOS 10.9 including GTKAda GPL 2015
Date: Sun, 6 Sep 2015 12:18:10 -0700 (PDT)
Date: 2015-09-06T12:18:10-07:00	[thread overview]
Message-ID: <40d335af-ce72-406d-a57a-812752dfaf9f@googlegroups.com> (raw)

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


             reply	other threads:[~2015-09-06 19:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-06 19:18 Laurent [this message]
2015-09-06 19:19 ` Problem with XNAdaLib 2015 binaries for MacOS 10.9 including GTKAda GPL 2015 Laurent
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox