comp.lang.ada
 help / color / mirror / Atom feed
* Problem with XNAdaLib 2015 binaries for MacOS 10.9 including GTKAda GPL 2015
@ 2015-09-06 19:18 Laurent
  2015-09-06 19:19 ` Laurent
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent @ 2015-09-06 19:18 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem with XNAdaLib 2015 binaries for MacOS 10.9 including GTKAda GPL 2015
  2015-09-06 19:18 Problem with XNAdaLib 2015 binaries for MacOS 10.9 including GTKAda GPL 2015 Laurent
@ 2015-09-06 19:19 ` Laurent
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent @ 2015-09-06 19:19 UTC (permalink / raw)


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-06 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-06 19:18 Problem with XNAdaLib 2015 binaries for MacOS 10.9 including GTKAda GPL 2015 Laurent
2015-09-06 19:19 ` Laurent

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