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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,31c8255073b2d349 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!feedme.ziplink.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release Date: Mon, 06 Sep 2010 20:49:55 +0100 Organization: A noiseless patient Spider Message-ID: References: <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b644@u6g2000yqh.googlegroups.com> <5c42e8bf-b12d-4c92-9eb6-5b056832352a@l20g2000yqe.googlegroups.com> <513c30f4-55f7-49de-8b17-9f932e726f36@d8g2000yqf.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Mon, 6 Sep 2010 19:49:55 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="KCXegvZb5vh43D+f3BR6Ew"; logging-data="9029"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MY4+1YYwoVUNPB3rbZgpz93h3hhJSOhk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:2d4QeOlPx2daBCb1kDd8uBV8xbs= sha1:MP0FLvTbRgVxwjYu8WYp84+GPSc= Xref: g2news1.google.com comp.lang.ada:13959 Date: 2010-09-06T20:49:55+01:00 List-Id: jonathan 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)."