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,6a8952cbe009f3ed X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.74.131 with SMTP id t3mr430024pav.22.1359028055443; Thu, 24 Jan 2013 03:47:35 -0800 (PST) Path: 6ni14957pbd.1!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Numerical calculations: Why not use fixed point types for everything? Date: Thu, 24 Jan 2013 11:47:39 +0000 Organization: A noiseless patient Spider Message-ID: References: <4905b963-0036-4129-8050-fb26ef0154d6@googlegroups.com> <32314026-23ae-45b8-a4c5-e589e7d79de2@googlegroups.com> <3l3jf85ae05qgsl2l0avomebmg2ogl17rq@invalid.netcom.com> <13febf5c-4e3c-4275-8ff4-0a3a9e885d31@googlegroups.com> <796d0b70-fce0-454c-aeb0-3031b5eba200@googlegroups.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="cce2a17b1f2c07e6359414d2dd4a2aa6"; logging-data="20427"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18pdzFV8y0UjD/TVFLCb0WwNiGFvdWqDKI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:vksWiXSdntISXHi5v9l/mZCtFzs= sha1:uOlSzLX7jJzUdU1CO3xb81frZ00= X-Received-Bytes: 1929 Content-Type: text/plain Date: 2013-01-24T11:47:39+00:00 List-Id: Ada novice writes: > On Saturday, January 19, 2013 7:26:25 AM UTC+1, Jeffrey Carter wrote >> with PragmARC.Universal_Random; > > Hi, When I run your code with GNAT GPL 2011, I get the error message: > "file pragmARC.ads" not found. The PragmAda Reusable Components aren't part of the Ada or GNAT standard libraries, so you would need to find them on the web (hint: google "pragmarc", look at the second hit), download/unpack (I would create a new directory to unpack into), put the unpack directory on your source path (gnatmake -aI).