comp.lang.ada
 help / color / mirror / Atom feed
From: p.p11@orange.fr
Subject: Re: cocor_ada: Sets, FileIO?
Date: Wed, 3 Aug 2016 10:41:16 -0700 (PDT)
Date: 2016-08-03T10:41:16-07:00	[thread overview]
Message-ID: <a219870b-2183-4b8d-8ab3-2ecf4e1ddd24@googlegroups.com> (raw)
In-Reply-To: <e0do9iFc8phU1@mid.individual.net>

Hello Frank,

Sets and FileIO packages depend on a Posix Ada Library like Florist.

For MacOS I propose prebuilt libraries XAdaLib on:
https://sourceforge.net/projects/gnuada/files/GNAT_GPL%20Mac%20OS%20X/2015-mavericks/

Then you may go further with a very simple GNAT acr.gpr project file:
with "florist";
project ACR is
   for Main use ("cr.adb");
   package Builder is
      for Executable ("cr.adb") use "acr";
   end Builder;
end ACR;

Then:
$ gprbuild -P acr.gpr -aP /usr/local/xnadalib-2016/share/gpr
gcc -c fileio.adb
fileio.adb:529:16: warning: index for "ext" may assume lower bound of 1
fileio.adb:529:16: warning: suggested replacement: "ext'First"
fileio.adb:529:42: warning: index for "ext" may assume lower bound of 1
fileio.adb:529:42: warning: suggested replacement: "ext'First"
gcc -c sets.adb
gprbind cr.bexch
gnatbind cr.ali
gcc -c b__cr.adb
gcc cr.o -o acr
$ ./acr
Coco/R (Linux) - Compiler-Compiler V-1.53.1
Released by O.Havva 11 January 2005
Input Grammar_Name not present
COCOR ? gives short help screen

What language do you plan to process with Coco/R?

HTH, Pascal.

Le mercredi 3 août 2016 10:28:36 UTC+2, hreba a écrit :
> Searching the web I found an entry www.ada-ru.org
> which is a link to
> http://www.ada-ru.org/files/cocor_ada-1.53.1.tar.gz
> 
> This is the package I installed.
>


  reply	other threads:[~2016-08-03 17:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 14:40 cocor_ada: Sets, FileIO? hreba
2016-08-02 18:51 ` p.p11
2016-08-03  8:28   ` hreba
2016-08-03 17:41     ` p.p11 [this message]
2016-08-04 12:08       ` hreba
2016-08-10 13:06       ` hreba
2016-08-10 16:58         ` Simon Wright
replies disabled

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