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!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!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!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada OS Date: Tue, 08 Jan 2008 21:27:33 +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 1199827653 14787 62.49.19.209 (8 Jan 2008 21:27:33 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 8 Jan 2008 21:27:33 +0000 (UTC) Cancel-Lock: sha1:Df0fN/5DHHkmgEYqn/19EF/bHSQ= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Xref: g2news1.google.com comp.lang.ada:19280 Date: 2008-01-08T21:27:33+00:00 List-Id: 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! I have yet to grasp what Python is in there for :-(