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,c76d41708bf94f23 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: c2ada bug report filed Date: Wed, 30 Mar 2011 15:15:42 +0100 Organization: A noiseless patient Spider Message-ID: References: <3a657bf9-89ed-45c8-bd4d-f226cb3bc5fa@w7g2000pre.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="28962"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+oxFlxfefRPtX907EaX2L3eNoI0UgKE84=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:K7/thhpMDMAYMKvmp3x0g/hewLE= sha1:YL8wV0yDCYyE6WkTFT5thMsUVss= Xref: g2news2.google.com comp.lang.ada:19573 Date: 2011-03-30T15:15:42+01:00 List-Id: Jerry writes: > I made a bug report for c2ada at > http://sourceforge.net/tracker/?func=detail&aid=3259603&group_id=203517&atid=985906 > > This isn't super important but I was going to try to use it to > convert a 900-line C example file for the PLplot project. > > I was trying to build on OS X 10.6.6 and ran into C errors relating to > undeclared variables. SF changed its wiki software a while back, with the result that the c2ada web site is now very uninformative. You should be using the 'portability' branch: * go to branches/portability in your checkout * edit setup (you'll need to change the Python version, at least) * ./setup * make Bets of luck!