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.13.221.151 with SMTP id g145mr13952897ywe.39.1433708959598; Sun, 07 Jun 2015 13:29:19 -0700 (PDT) X-Received: by 10.140.102.66 with SMTP id v60mr153591qge.19.1433708959579; Sun, 07 Jun 2015 13:29:19 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!q107no622392qgd.0!news-out.google.com!k20ni45284qgd.0!nntp.google.com!q107no622390qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 7 Jun 2015 13:29:19 -0700 (PDT) In-Reply-To: <072ab529-b9cd-446f-ba14-84cde592c1bc@googlegroups.com> 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> 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: Sun, 07 Jun 2015 20:29:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:193517 Date: 2015-06-07T13:29:19-07:00 List-Id: On Saturday, 6 June 2015 03:55:32 UTC+2, Anh Vo wrote: > It worked for me even on Windows. > > Anh Vo With an old version of GPS (5.2.1) I get at least an error message but no idea what it actually means: gnat stub -P/Volumes/Kingston/GPS/Generateur Trame Vitek/generateur_trame_vitek.gpr /Volumes/Kingston/GPS/Generateur Trame Vitek/matricules-io.ads /Volumes/Kingston/GPS/Generateur Trame Vitek/ gnatstub: cannot create the tree file for /Volumes/Kingston/GPS/Generateur Trame Vitek/matricules-io.ads I tried the command from the terminal and I get the error that the project file can not be found on my $PATH. Why is gnatstub trying to find it there if it gets the location of the gpr file provided? I have the problem on my MacBook Air and MacPro both under Yosemite and gnat 2014. I have tried on my MiniMac with Lion but gnat 2014 doesn't seem to be compatible, segmentation fault 11. If I have time I will try with gnat 2013. Any ideas what I could try else? I have to get gnat running under windows but for another reason. So I will try that one when I have time or when sufficiently motivated. Thanks Laurent