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!news.glorb.com!fr.ip.ndsoftware.net!proxad.net!freenix!enst.fr!not-for-mail From: Jerome Hugues Newsgroups: comp.lang.ada Subject: Re: Anybody using Adabroker with GNAT 3.3? Date: Sat, 5 Jun 2004 09:54:58 +0000 (UTC) Organization: ENST, France Message-ID: References: NNTP-Posting-Host: merlin.enst.fr X-Trace: avanie.enst.fr 1086429298 14418 137.194.160.24 (5 Jun 2004 09:54:58 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sat, 5 Jun 2004 09:54:58 +0000 (UTC) User-Agent: slrn/0.9.7.3 (SunOS) Xref: g2news1.google.com comp.lang.ada:1119 Date: 2004-06-05T09:54:58+00:00 List-Id: In article , Bruce Conroy wrote: > > 1) it looks like a more heavyweight solution than I > need, and Or more powerful and configurable, depending on your needs .. > 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.) This is very odd, which GNAT do you use ? PolyORB builds on GCC 3.4.0 out of the box. > For what I want now, I'm going back to AdaBroker and Gnat 3.14p :( -- Jerome