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.19.164 with SMTP id g4mr3653134obe.21.1390507488116; Thu, 23 Jan 2014 12:04:48 -0800 (PST) X-Received: by 10.140.37.18 with SMTP id q18mr35487qgq.20.1390507488075; Thu, 23 Jan 2014 12:04:48 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!uq10no3202950igb.0!news-out.google.com!y18ni194qap.1!nntp.google.com!k15no1404155qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Jan 2014 12:04:47 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.37.252.231; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 NNTP-Posting-Host: 93.37.252.231 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <33980025-e53b-4075-bcc1-5456b776534a@googlegroups.com> Subject: Re: project file GPS, and for Source_List_File use "xxx.txt"; From: mockturtle Injection-Date: Thu, 23 Jan 2014 20:04:48 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 2074 Xref: number.nntp.dca.giganews.com comp.lang.ada:184529 Date: 2014-01-23T12:04:47-08:00 List-Id: On Thursday, January 23, 2014 5:10:22 PM UTC+1, thyma...@free.fr wrote: > I have a project file RTS3-GW.GPR which says: > > project RTS3_GW is > for Source_Dirs use ("C:\(E)\Ada\Gnat\RTS3-GW\Sources"); > for Source_List_File use "(C:\(E)\Ada\Gnat\RTS3-GW\Sources\gw-source_files.txt"); > [...] > end RTS3_GW; ... > [2014-01-22 16:53:52] C:\(E)\Ada\Gnat\RTS3-GW\Sources\RTS3_GW.gpr:6:29: file with sources "(C:\(E)\Ada\Gnat\RTS3-GW\Sources\gw-source_files.txt" does not exist > followed by 131 warnings (1 for each file in the list): "source file "xxx.adb" (or "xxx.ads") not found. > > > Of course all 131 files are present in the Source directory. This is maybe a silly thing, but in the line above you say "Source" (singular), while the project says "Sources." I do not know if it is a typo in your message or an 's' missing in the dir name. Riccardo