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-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!j24g2000yqa.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: gnat Project files Date: Wed, 4 Nov 2009 07:29:56 -0800 (PST) Organization: http://groups.google.com Message-ID: <860a97ba-2e2b-48e1-b0ad-2777f4b3b5b7@j24g2000yqa.googlegroups.com> References: <316f58b2-1151-4124-a416-e0345be66474@x15g2000vbr.googlegroups.com> <2b75c222-406d-45ae-b091-2f7a4047d3ef@p35g2000yqh.googlegroups.com> <1tzhcfeh461no.1ulcgpyaijyz4.dlg@40tude.net> NNTP-Posting-Host: 86.66.190.148 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1257348596 380 127.0.0.1 (4 Nov 2009 15:29:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Nov 2009 15:29:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j24g2000yqa.googlegroups.com; posting-host=86.66.190.148; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8963 Date: 2009-11-04T07:29:56-08:00 List-Id: Thanks to you both for the tips On 4 nov, 15:50, "Dmitry A. Kazakov" wrote: > P.S. '/' works under Windows as if it were '\'. Also you should better use > all quoted file names in lower case to make it working under both Linux and > Windows. If I may add something about general path format : on Windows, spaces must be avoided in paths, otherwise the debugger will not work (I do not really use it as well, but I've tried it in a near past). Note : the GNAT compiler (on Windows) does not requires this, just the debugger do.