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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3ea3f3c185df1b1c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!feed.news.tiscali.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Will the World ever see something beyond GNAT 3.15p? Date: Sat, 15 Jan 2005 12:24:55 +0100 Organization: None Message-ID: <1754681.fDQQlhqXRB@linux1.krischik.com> References: <1184271.vNuPfYfoi5@linux1.krischik.com> Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1105788483 05 28705 yLzXrI9JcT-9Quy 050115 11:28:03 X-Complaints-To: usenet-abuse@t-online.de X-ID: Vrlvl0ZVweU4m5kszMj9e4GEVqXaJd14Gi8abHyA+AssFH8y1FxXY3 User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:7800 Date: 2005-01-15T12:24:55+01:00 List-Id: Martin Dowie wrote: >>>Well, it turns out I _didn't_ need to build it myself - I've just >>>downloaded "MinGW 3.2 rc-1" and it installed rather nicely. Shame it >>>doesn't seem to have ASIS - anyone working on that? >> >> >> Here me: >> >> http://gnat-asis.sourceforge.net/ > > There doesn't appear to be a version (specifically) for GCC 3.4.2 - is > the 3.4.0 branch suitable? The download packages are cummulative - newer version contain the old version as well - so use the newest. Sadly in the current package the /gnat-3.4.2/ is indeed empty. You may try to use gnat-3.4.1 instead. But for MinGW it would be better to use the sources from gcc-ada-3.4.2-20040916-1-src.tar.gz Copy the follwing sources from the src pack to the gnat directory: GNAT_Specs := \ ./alloc.ads \ ./atree.ads \ ./casing.ads \ ./csets.ads \ ./debug.ads \ ./einfo.ads \ ./elists.ads \ ./fname.ads \ ./gnatvsn.ads \ ./hostparm.ads \ ./krunch.ads \ ./lib.ads \ ./namet.ads \ ./nlists.ads \ ./opt.ads \ ./output.ads \ ./repinfo.ads \ ./scans.ads \ ./sinfo.ads \ ./sinput.ads \ ./snames.ads \ ./stand.ads \ ./stringt.ads \ ./table.ads \ ./tree_in.ads \ ./tree_io.ads \ ./types.ads \ ./uintp.ads \ ./uname.ads \ ./urealp.ads \ ./widechar.ads \ ./g-string.ads GNAT_Body := \ ./atree.adb \ ./casing.adb \ ./csets.adb \ ./debug.adb \ ./einfo.adb \ ./elists.adb \ ./fname.adb \ ./gnatvsn.adb \ ./krunch.adb \ ./lib.adb \ ./lib-list.adb \ ./lib-sort.adb \ ./namet.adb \ ./nlists.adb \ ./opt.adb \ ./output.adb \ ./repinfo.adb \ ./scans.adb \ ./sinfo.adb \ ./sinput.adb \ ./snames.adb \ ./stand.adb \ ./stringt.adb \ ./table.adb \ ./tree_in.adb \ ./tree_io.adb \ ./types.adb \ ./uintp.adb \ ./uname.adb \ ./urealp.adb \ ./widechar.adb \ ./g-string.adb GNAT_C := \ ./version.c \ ./version.h If you have a sourceforge user I give you write access to the cvs archive so you can make the change available to other users. Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com