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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d3eb5330da5c51c7 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.80.166 with SMTP id s6mr1844352pax.30.1344324015090; Tue, 07 Aug 2012 00:20:15 -0700 (PDT) Path: p10ni2516515pbh.1!nntp.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!ctu-gate!news.nctu.edu.tw!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Britt Newsgroups: comp.lang.ada Subject: Re: gnatpp error message Date: Wed, 1 Aug 2012 17:35:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <303ab876-e420-41f7-86ce-6156175893d1@googlegroups.com> NNTP-Posting-Host: 108.82.236.194 Mime-Version: 1.0 X-Trace: posting.google.com 1343867751 10495 127.0.0.1 (2 Aug 2012 00:35:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 2 Aug 2012 00:35:51 +0000 (UTC) In-Reply-To: <303ab876-e420-41f7-86ce-6156175893d1@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.82.236.194; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt User-Agent: G2/1.0 X-Received-Bytes: 1636 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-01T17:35:51-07:00 List-Id: So it works on most other files? Which gnatpp version, from which distribution? How are you invoking gnatpp on your source files? Your file name, sccomm_b.ada, doesn't go by the GNAT default filename convention so I assume your have a GNAT project file with a Naming package (section)to specify the filename convention. Are you invoking gnatpp with the same project file: e.g. gnat pretty -P my_project_file.gpr sccomm_b.ada or are you invoking it via GPS or some other IDE?