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,221c61113210e0ef X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.85.8 with SMTP id d8mr1689887paz.36.1344320731622; Mon, 06 Aug 2012 23:25:31 -0700 (PDT) Path: g9ni2781116pbo.0!nntp.google.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: awdorrin Newsgroups: comp.lang.ada Subject: Re: astyle/cindent for Ada? Date: Tue, 31 Jul 2012 07:38:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2df5566c-c219-4226-b41e-78ed47190bc4@googlegroups.com> <87txwtp074.fsf@ludovic-brenta.org> <465a69d5-f9b5-4d56-aa0a-4c91b6f093de@googlegroups.com> NNTP-Posting-Host: 192.35.35.35 Mime-Version: 1.0 X-Trace: posting.google.com 1343745499 30836 127.0.0.1 (31 Jul 2012 14:38:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 31 Jul 2012 14:38:19 +0000 (UTC) In-Reply-To: <465a69d5-f9b5-4d56-aa0a-4c91b6f093de@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.35.35.35; posting-account=YkFdLgoAAADpWnfCBA6ZXMWTz2zHNd0j User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-31T07:38:18-07:00 List-Id: On further investigation, the 'not a legal Ada source' does appear to be directly related to the rep-spec for the record. If I comment out the rep-spec, gnatpp processes the file fine. I guess the question is, why am I getting this error from 'gnatpp' but not when I build my application?