comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release
Date: Mon, 06 Sep 2010 20:49:55 +0100
Date: 2010-09-06T20:49:55+01:00	[thread overview]
Message-ID: <m2d3sqmz30.fsf@pushface.org> (raw)
In-Reply-To: 513c30f4-55f7-49de-8b17-9f932e726f36@d8g2000yqf.googlegroups.com

jonathan <johnscpg@googlemail.com> writes:

> Don't worry, I got the same error message, knew I would not be smart
> enough to fix it, and just replaced all the dots with underscores. Now
> my version is named ada_numerics_generic_arrays.adb

I wish I understood what it is I didn't say in the README that led you
both to get into all this grief!

It says

"The software unpacks into a directory structure of the form

gnat-math-extn-YYYYMMDD
   /src  contains the library code
   /test contains an installation verification program and unit tests.

Go to the test/ directory. If on a Unix-based system, run
   $ gnatmake -p -P test_extensions
   $ ./test_extensions
or if on Windows,
   > gnatmake -p -P test_extensions
   > test_extensions

This should output the results of a simple set of tests.
[At some future release, we will list the expected output]

As a side-effect, it builds a static library for use in your own
programs.

In order to use this library within your own code, you need to use a
GPR referencing the extensions' GPR, "ada_math_build" [This name is
subject to change]. Either

* say 'with "ada_math_build";' and include
  /where/ever/gnat-math-extn-YYYYMMDD/src in your ADA_PROJECTS_PATH
  environment variable; or

* say 'with "/where/ever/gnat-math-extn-YYYYMMDD/src/ada_math_build";'
  (this path can be relative, if you like)."




  parent reply	other threads:[~2010-09-06 19:49 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-01 20:13 ANN: Ada 2005 Math Extensions, 20100901 release Simon Wright
2010-09-02 15:40 ` Ada novice
2010-09-02 22:12   ` jonathan
2010-09-03  2:08     ` John B. Matthews
2010-09-03  5:58       ` Simon Wright
2010-09-03 13:48         ` John B. Matthews
2010-09-03 23:32       ` jonathan
2010-09-04 11:12         ` Ada novice
2010-09-04 15:23           ` Simon Wright
2010-09-04 17:03             ` Simon Wright
2010-09-04 17:03             ` Ada novice
2010-09-04 18:19               ` Simon Wright
2010-09-05  0:32           ` jonathan
2010-09-05 11:38             ` Ada novice
2010-09-07 16:01               ` jonathan
2010-09-07 17:16                 ` Nasser M. Abbasi
2010-09-06 19:49             ` Simon Wright [this message]
2010-09-06 21:04               ` jonathan
2010-09-07  7:45               ` Ada novice
2010-09-07 12:45                 ` sjw
2010-09-22 11:50               ` Ada novice
2010-09-22 12:08                 ` AdaMagica
2010-09-22 12:49                   ` Ada novice
2010-09-23 20:26                 ` Simon Wright
2010-09-24 10:18                   ` Ada novice
2010-09-28 20:46                     ` Ada novice
2010-10-02 18:29                       ` Simon Wright
2010-10-02 20:51                         ` Ada novice
2010-10-02 22:27                           ` Nasser M. Abbasi
2010-10-03 11:14                             ` Brian Drummond
2010-10-04 19:17                             ` Simon Wright
2010-09-07 12:56             ` sjw
2010-09-07 15:51               ` jonathan
replies disabled

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