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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.65.164 with SMTP id y4mr23543998obs.26.1433768026500; Mon, 08 Jun 2015 05:53:46 -0700 (PDT) X-Received: by 10.140.83.165 with SMTP id j34mr172886qgd.23.1433768026369; Mon, 08 Jun 2015 05:53:46 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h15no62424igd.0!news-out.google.com!4ni16qgh.1!nntp.google.com!z60no4847qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 8 Jun 2015 05:53:46 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.99.95.58; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 83.99.95.58 References: <38b9b922-f17d-493a-8be8-607acd93a67e@googlegroups.com> <072ab529-b9cd-446f-ba14-84cde592c1bc@googlegroups.com> <878ubvqhiw.fsf@ludovic-brenta.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Problem with GPS and Generating Body from Spec From: Laurent Injection-Date: Mon, 08 Jun 2015 12:53:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:26217 Date: 2015-06-08T05:53:46-07:00 List-Id: On Monday, 8 June 2015 11:27:24 UTC+2, Laurent wrote: > Ah yes the space char problem, didn't thought that could be a problem. Will fix my folder name. I know that gnat installation fails because of this but not that it could provoque errors later on. > > Yes the compiler flag with 10.9 for yosemite I have enabled it otherwise gnat doesn't work at all > > Thanks > > Laurent Under MacOS 10.10 and gnat-gpl 2014 the problem is half solved. GPS Generate Body still broken even after removing the spaces from the folder names. I still get the cannot generate tree... But gnatstub from the terminal now works and generates the file as it should. Under MacOS 10.7 and gnat-gpl 2013 it seems to be only half broken in gps. I get an empty file. Unfortunately I have no longer an mac with mountain lion (10.8) or mavericks (10.9) to try if it works. Thanks Laurent