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,776a7f0c329d226e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!news-xfer.newsread.com!tdsnet-transit!newspeer.tds.net!sn-xit-02!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Christopher Douty Newsgroups: comp.lang.ada Subject: Re: Isnt Gnat irrelevant ? ( was Re: Will the World ever seesomethingbeyond GNAT 3.15p?) Date: Thu, 13 Jan 2005 04:28:25 -0000 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <10ubu795m26ddf1@corp.supernews.com> References: <41e503af_1@baen1673807.greenlnk.net> <41e52252$1_1@baen1673807.greenlnk.net> User-Agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (Darwin/7.7.0 (Power Macintosh)) X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:7706 Date: 2005-01-13T04:28:25+00:00 List-Id: Martin Dowie wrote: > Jeff C wrote: >> Actualy the latest mingw release is indeed 3.2.0-rc-1 but the mingw >> project also has releases of individual tools (like gcc 3.4.2) [snip] >> The nice thing is this goes most of the way toward the "single >> download" that people tend to want. > > What about ASIS? I couldn't live without AdaBrowse... :-) Ah, there's the rub. ACT has only been contributing the main compiler technology into the main GCC project. The MinGW project takes the GCC releases and patches them up to run on Windows, so gcc-3.4.2 MinGW special passes a fair bit of ACATS. Unfortunately it is *just* the compiler. ASIS, Florist, GLADE, etc. are all stuck in the past. The Win32 binding project compiles just fine, but ACT's package will only install if GNAT 3.15p is already installed. You could try using martin Kruchik's port of ASIS and florist is irrelevant for Windows. I haven't tried yet. Enough compiler internals have changed that I wouldn't particularly trust it. There is also the debugger problem. Normal gdb sources won't compile under MinGW, and no recent gsb has been ported. IIRC the gdb distributed with GNAT 3.15p for windows is actually cygwin based. I am hoping that ACT will do a full release of GNAT tools soon, but it really doesn't look likely. The recent releases of GtkAda and GPS 2.1 are great, but they don't quite integrate with any of the publicly available toolsets. I hope that they are not waiting for Ada2005. :-| Cheers, Chris Douty