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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,78b400d2bd8443ba X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-16 00:25:12 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: GPS Project File Error Date: Fri, 16 Apr 2004 08:20:13 +0200 Organization: AdaCL Message-ID: <1137516.1dRbaK7ELn@linux1.krischik.com> References: Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1082100148 02 25471 k5jtGNwrkGo3rs0 040416 07:22:28 X-Complaints-To: usenet-abuse@t-online.de X-ID: JrA608ZQrek9owDXztyTPnvyXMpU1amvrfui3LZ11gswefHwwBChcg User-Agent: KNode/0.7.7 Xref: archiver1.google.com comp.lang.ada:7193 Date: 2004-04-16T08:20:13+02:00 List-Id: Simon Lewis wrote: > If anyone knows how to get rid of a 'project file' compile error in GPS > is would be a great help. I have to comment the folowing 3 lines out: > > [SNIP] > > package Pretty_Printer is > for Default_Switches ("Ada") use (""); > end Pretty_Printer; > > ERROR: > "pretty-printer" is not an allowed package name > warning - undefined attribute: "default swiches" > > [\SNIP] The Pretty Printer is a new feature available for paying A.S.I.S. customers. However the old compiler does not know about it so it moans. While it might be difficult to motivate one the paying customers to provide you with pretty printer sources (They could if they wanted to - its GPL) at least newer versions of the compiler know about the pretty printer and will ingnore the statement if no pretty printer is installed. You just have to compile your own compiler. With Regads Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com