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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,de4046858a88bacb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.germany.com!newsfeed2.scan-plus.net!newsfeed.velia.net!news-fra1.dfn.de!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada OS Date: Tue, 08 Jan 2008 22:19:23 +0000 Organization: Pushface Message-ID: References: <1c50901a-7e4c-4495-ac1c-000ffc054a86@21g2000hsj.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1199830762 11372 62.49.19.209 (8 Jan 2008 22:19:22 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 8 Jan 2008 22:19:22 +0000 (UTC) Cancel-Lock: sha1:OCxojHBLJWdNJP9FwNT9l/RpmBg= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Xref: g2news1.google.com comp.lang.ada:19281 Date: 2008-01-08T22:19:23+00:00 List-Id: Simon Wright writes: > Thomas Preymesser writes: > >> On Dec 21 2007, 12:29 pm, a...@anon.org (anon) wrote: >>> >>> 4. Using the c2Ada to convert the original "c2ada" >>> C code to a standardAda95 code. >> >> c2ada cannot be used because it seems to be broken (Segmentation fault >> under Ubuntu Linux 7.10) > > Not just under Linux! Your report (thanks) is in fact a duplicate of > bug 1797851, and the same workround applies: PYTHONPATH must point to > the directory containing Symbol.py and the other Python files supplied > with c2ada. > > There's a function which looks as though it ought to sort this but > since nothing ever calls it I don't see how! Now fixed in SVN. > I have yet to grasp what Python is in there for :-( But that one isn't fixed ..