Prev: Dhrystone
Next: Learning Ada
From: John B. Matthews on 30 Jul 2010 11:10 In article <0b4752f2-411e-4f82-835a-8a46adaf2ff4(a)5g2000yqz.googlegroups.com>, sjw <simon.j.wright(a)mac.com> wrote: > It is? (I tried it when not logged in, no problem ..) > > Try here: http://gnat-math-extn.hg.sourceforge.net/hgweb/gnat-math-extn/ > & click on gnat-math-extn in the Name column? Sorry, operator error. It works fine. :-) -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
From: John B. Matthews on 30 Jul 2010 11:13 In article <a31a0183-68f0-4b83-8aa3-5ebbf036bf87(a)q35g2000yqn.googlegroups.com>, Ada novice <posts(a)gmx.us> wrote: > On Jul 30, 11:09 am, sjw <simon.j.wri...(a)mac.com> wrote: > > > Try > > here:http://gnat-math-extn.hg.sourceforge.net/hgweb/gnat-math-extn/ > > & click on gnat-math-extn in the Name column? > > Thanks for this link. When I try to download the 3 files there (2 adb > and 1 ads) I get the files as files with xml codes in them. I guess > there must be a way to get the clean adb and ads files. I'm not > familiar with mercurial. Can someone please indicate how to go about? You can click on the [raw] link at the top of any source page to get the text. Alternatively, download or build a mercurial binary for your platform: <http://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial> -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
From: Ada novice on 30 Jul 2010 13:25 On Jul 30, 5:13 pm, "John B. Matthews" <nos...(a)nospam.invalid> wrote: > You can click on the [raw] link at the top of any source page to get the > text. Alternatively, download or build a mercurial binary for your > platform: > > <http://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial> Thanks. The [raw] link gives the text versions but there some additional + and - signs on the left of the text. I will have to download mercurial for my Windows. YC
From: John B. Matthews on 30 Jul 2010 15:41 In article <e0897c06-7125-48a0-9077-1893ce076b89(a)q22g2000yqm.googlegroups.com>, Ada novice <posts(a)gmx.us> wrote: > On Jul 30, 5:13 pm, "John B. Matthews" <nos...(a)nospam.invalid> wrote: > > > You can click on the [raw] link at the top of any source page to get the > > text. Alternatively, download or build a mercurial binary for your > > platform: > > > > <http://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial> > > Thanks. The [raw] link gives the text versions but there some > additional + and - signs on the left of the text. I will have to > download mercurial for my Windows. I think you may be looking at [raw] [diff] (difference) files. -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
From: Ada novice on 30 Jul 2010 17:08
On Jul 30, 9:41 pm, "John B. Matthews" <nos...(a)nospam.invalid> wrote: > > I think you may be looking at [raw] [diff] (difference) files. Thanks. I have been able to locate the correct set of files. Opening test_extensions.gpr in GPS gives me the following error messages: [2010-07-30 22:54:16] E:\\ada\numerics\simon\jul29\test_extensions.gpr: 15:06: unknown project file: "../src/ada_math_build" [2010-07-30 22:54:16] Error while loading project 'E:\ada\numerics \simon\jul29\test_extensions.gpr'. Loading the default project. I've tried to compile the source ads file (Ada.Numerics.Generic_Complex_Arrays.Extensions.ads) in AdaGIDE and I get the warning: 22. package Ada.Numerics.Generic_Complex_Arrays.Extensions is | >>> warning: file name does not match unit name, should be "a- ngcaex.ads" and I get an error message with Ada.Numerics.Generic_Complex_Arrays.Extensions.adb on compiling: 25. 26. package body Ada.Numerics.Generic_Complex_Arrays.Extensions is | >>> descendents of package Ada may not be compiled Note: for the source files adb and ads the name is ada-numerics- generic_complex_arrays-extensions. Should it be ada-numerics- generic_complex_arrays.extensions (with a dot between "arrays" and "extensions" instead)? YC |