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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.42.141 with SMTP id s13mr21269459qae.3.1370524896655; Thu, 06 Jun 2013 06:21:36 -0700 (PDT) X-Received: by 10.50.36.41 with SMTP id n9mr1617173igj.11.1370524896405; Thu, 06 Jun 2013 06:21:36 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!p1no3097441qaj.0!news-out.google.com!y6ni1105qax.0!nntp.google.com!p1no3097438qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 6 Jun 2013 06:21:36 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=118.209.15.61; posting-account=l8GBMwoAAADCbqdOJSbg4dBRqkD14dJd NNTP-Posting-Host: 118.209.15.61 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8ddd1070-5e76-4dc4-92be-6a9eeb445460@googlegroups.com> Subject: problem with gnat pp in gnat2013 From: Leo Brewin Injection-Date: Thu, 06 Jun 2013 13:21:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1827 Xref: number.nntp.dca.giganews.com comp.lang.ada:181803 Date: 2013-06-06T06:21:36-07:00 List-Id: Hi Folks, I've just recently upgraded to gnat2013 and everything worked like a charm until I tried to use the pretty printer. On this trivial file > with Text_IO; use Text_IO; > procedure foo is > begin > Put_line("Greetings earthling"); > end foo; the command gnat pp foo produced gnatpp: installation problem - check gnatpp and GNAT versions gnatpp: Exception name: PROGRAM_ERROR Message: Inconsistent versions of GNAT and ASIS I downloaded, complied and installed ASIS (from Adacore) and then I checked the versions of gnat and ASIS gnatls -v gnat pp --version Both reported GNATPP GPL 2013 (20130314) I'm on MacOSX 10.8.3. Is anybody else experiencing this problem? Any suggestions? (I'd rather not downgrade to gnat2012). Cheers, Leo