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-Thread: 103376,60c8b2ba217a0a9d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Tue, 14 Nov 2006 18:07:54 -0600 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: gnade error References: Date: Wed, 15 Nov 2006 01:07:44 +0100 Message-ID: <87fycl4lnz.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:yFRa3TKurbDKvrxOCPCN4rP8jjE= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 62.235.222.97 X-Trace: sv3-OaqDTYnyokOs9A89WSnH5sfE7bSnTzgDciv8/qJzTvHDSeG0YAWEGVTw7aXb2wtJbfv2C5gCubcVbRq!whtWhPdFHlFUE1lan/6cJMrXo/xMEGSjQq9PP5I3bpJU7TFON/6KhhLLS4qpIUiQd1Hv9Tw4/w== X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:7457 Date: 2006-11-15T01:07:44+01:00 List-Id: Brian May writes: >>>>>> "Stephen" == Stephen Leake writes: > > Stephen> It's _legal_, but somewhere the code requests inlining of > Stephen> To_Ada, which GNAT can't do, for the reason stated. > > Stephen> The fix is to remove the 'pragma Inline'. > > I had a brief search but couldn't find any pragma Inline. Possibly I > missed something... Are you using gnade 1.6.1-1 in Debian? I've fixed this problem with a patch. Look in the source package (apt-get source gnade) for the file patches/inline_functions_returning_unconstrained_types.patch :) -- Ludovic Brenta.