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,afdc9d59a2cfd4e8 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!news3.optonline.net!news-out2.kabelfoon.nl!83.128.0.10.MISMATCH!newsfeed.kabelfoon.nl!195.129.110.21.MISMATCH!bnewsfeed00.bru.ops.eu.uu.net!bnewsinpeer00.bru.ops.eu.uu.net!bnewspost00.bru.ops.eu.uu.net!emea.uu.net!read.news.fr.uu.net!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 22 Jun 2004 17:10:58 +0200 From: Arnaud Charlet X-X-Sender: charlet@aix.act-europe.fr Subject: Re: GNAT Programming System Problems In-Reply-To: <46b02306.0406220606.635b0a10@posting.google.com> Message-ID: References: <3795986.61tQEeCIU8@linux1.krischik.com> <46b02306.0406220606.635b0a10@posting.google.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII NNTP-Posting-Host: aix.act-europe.fr X-Trace: 1087917048 read.news.fr.uu.net 283 212.157.227.143:34728 X-Complaints-To: abuse@fr.uu.net Xref: g2news1.google.com comp.lang.ada:1781 Date: 2004-06-22T17:10:58+02:00 List-Id: > Ah, if it were only that easy. I work on a project where we have a > contract with ACT so I can get the latest tools but the powers that be > will not step up to the newer compilers. We're over 3 years behind > and there is no concrete plan to modernize. If you're 3 years behind for all GNAT tools, it means you are not even using GPS, so you can't possibly have the problem with the Pretty_Printer package anyway :-) If only your compiler has to be 3 years behind and you are allowed to use more recent versions of other tools (e.g. GPS), as is the case for many of our customers, then you can simply use the current GPS Pro version, see below. > I agree with the original poster that having to comment out the > "pretty print" section of every project every time you make a change > is a real pain. It should not be a fatal error to have some unused > feature in the project file! Current GPS Pro versions do not generate any Printer_Package by default, so that's not an issue there either, even if you're using an old version of GNAT. This will also be included into the next academic release of GPS. Arno