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!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx01.iad01.newshosting.com!newshosting.com!news2.euro.net!feeder.news-service.com!85.214.198.2.MISMATCH!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 21:03:37 +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: mx01.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="23384"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ltbawsHJVWSiYo5M6gcxuziqpYSQtUgs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:baf+DZNtGpxF/oCFay+9KY3hF2o= sha1:mVXbpSye/I+j1u2JKkFAwP5x/+k= Xref: g2news2.google.com comp.lang.ada:19585 Date: 2011-03-30T21:03:37+01:00 List-Id: Simon Wright writes: > 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! ^^^^ Best (of course). I've now merged the portability branch back into trunk, and updated setup so it chooses Python 2.6. Builds OK here (10.6.7, XCode 3.2.6). I've restored the wiki content, but have yet to make it the standard home page (and there are still bits of it I don't understand; it got majorly mangled somewhere along the line before I got hold of it).