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,start 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: Anybody using Adabroker with GNAT 3.3? Newsgroups: comp.lang.ada User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: Date: Fri, 04 Jun 2004 01:18:21 GMT NNTP-Posting-Host: 66.32.10.40 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.news.pas.earthlink.net 1086311901 66.32.10.40 (Thu, 03 Jun 2004 18:18:21 PDT) NNTP-Posting-Date: Thu, 03 Jun 2004 18:18:21 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:1082 Date: 2004-06-04T01:18:21+00:00 List-Id: I installed Adabroker on my Debian system using gnat 3.14p, and got the examples to work. I then tried to install it on Fedora Core 2 using gnat 3.3.3-7. First the ./configure step failed, saying that gnat 3.3.3-7 was less than gnat 3.12, so I had to upgrade. I edited the configure script to bypass the test so the configure was successful, but the make step failed with a bunch of errors like the following: ../../idlac/idlac ./File.idl File.idl:0:15 Error: An idl file name should have a ".idl" extension. :0:19 Error: An idl file name should have a ".idl" extension. 2 error(s) during parsing. There hasn't been a mention of it for several years, so I'm asking if it is still in use. Bruce Conroy bruceconroy@earthlink.net