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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d575cb179ab88ba5 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread1.news.pas.earthlink.net.POSTED!e76f64c7!not-for-mail From: Bruce Conroy Subject: Re: Anybody using Adabroker with GNAT 3.3? Newsgroups: comp.lang.ada References: User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: Date: Sat, 05 Jun 2004 02:19:50 GMT NNTP-Posting-Host: 216.249.71.248 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.news.pas.earthlink.net 1086401990 216.249.71.248 (Fri, 04 Jun 2004 19:19:50 PDT) NNTP-Posting-Date: Fri, 04 Jun 2004 19:19:50 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:1114 Date: 2004-06-05T02:19:50+00:00 List-Id: Oliver Kellogg wrote: > "Bruce Conroy" writes: >> >> There hasn't been a mention of it for several years, so >> I'm asking if it is still in use. >> > > AdaBroker is no longer maintained, its successor is PolyORB: > > http://libre.act-europe.fr/polyorb/ > > Hope this helps, > > Oliver M. Kellogg Thanks. It does help some. There are 2 problems. 1) it looks like a more heavyweight solution than I need, and 2) it also gives nonsenseical error messages when I try to install it. The fragment declare Ok : constant Boolean := Add_Identifier (Result, Get_Token_String); pragma Warnings (Off); pragma Unreferenced (Ok); pragma Warnings (On); -- here, the addentifier is really added only if -- we're not in the case where the module name -- was already defined begin Set_Default_Repository_Id (Result); Set_Initial_Current_Prefix (Result); end; aborts the make stage with the warning Ok not referenced (when it clearly is.) For what I want now, I'm going back to AdaBroker and Gnat 3.14p blc