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,4cf50a6d88da66e0 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn13feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Ada in Debian: dropping support for the Distributed Systems Annex Reply-To: no to spamers (No@email.given.org) References: <3b572050-4e27-4316-89d3-945333c3ec8e@l42g2000hsc.googlegroups.com> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Wed, 30 Jul 2008 20:22:41 GMT NNTP-Posting-Host: 12.64.158.115 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1217449361 12.64.158.115 (Wed, 30 Jul 2008 20:22:41 GMT) NNTP-Posting-Date: Wed, 30 Jul 2008 20:22:41 GMT Organization: AT&T Worldnet Xref: g2news2.google.com comp.lang.ada:7118 Date: 2008-07-30T20:22:41+00:00 List-Id: After modifying GLADE-2007, to compile in GNAT-2008, I now, have only a single problem in compiling one example program, but I also, had the same error when I compiled the same example in GLADE-2007 with GNAT-2007. And all partitions that I have adopted to use either 2007 or 2008 GNAT system works as expected. As for Polyorb, the examples work fine. But may not do much more testing, because Polyorb is too much a JAVA based system for me. In <3b572050-4e27-4316-89d3-945333c3ec8e@l42g2000hsc.googlegroups.com>, Ludovic Brenta writes: >S=E9bastien Morand wrote: >> Xavier Grave wrote: >> > As a consequence, I am sorry to announce that Debian 5.0 "Lenny", >> > scheduled for release in September 2008, will not support the >> > Distributed Systems Annex. >> >> It means, It doesn't even work it to give a try compile it under debian? > >gnat-glade itself compiles (there is a binary package in Debian >testing) but if you try to compile your own distributed programs with >it, you get compiler errors due to version mismatches between compiler >(gnat-4.3), run-time library (libgna-4.3) and libgarlic-dev. These >mismatches are detected by means of the .ali files. > >The state of PolyORB is that both PolyORB itself and the distributed >program compile fine, but then the distributed program gives errors at >run time. > >-- >Ludovic Brenta.