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.66.144.228 with SMTP id sp4mr4902656pab.5.1390562609860; Fri, 24 Jan 2014 03:23:29 -0800 (PST) X-Received: by 10.140.107.138 with SMTP id h10mr215942qgf.2.1390562609791; Fri, 24 Jan 2014 03:23:29 -0800 (PST) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!rq2no507781pbb.1!news-out.google.com!gg4ni2016qab.0!nntp.google.com!k15no2281132qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 24 Jan 2014 03:23:29 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.232.86.131; posting-account=1-KtNAoAAACqif4Z7Cv56n5QTmnwB-hY NNTP-Posting-Host: 82.232.86.131 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: project file GPS, and for Source_List_File use "xxx.txt"; From: thymallus1@free.fr Injection-Date: Fri, 24 Jan 2014 11:23:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:184543 Date: 2014-01-24T03:23:29-08:00 List-Id: Le jeudi 23 janvier 2014 17:10:22 UTC+1, thyma...@free.fr a =E9crit=A0: > I have a project file RTS3-GW.GPR which says: >=20 > project RTS3_GW is >=20 > for Source_Dirs use ("C:\(E)\Ada\Gnat\RTS3-GW\Sources"); >=20 > for Source_List_File use "(C:\(E)\Ada\Gnat\RTS3-GW\Sources\gw-source_f= iles.txt"); >=20 > [...] >=20 > end RTS3_GW; >=20 >=20 >=20 > Environment Variables are set like this:, >=20 > C:\(E)\Ada\Gnat\RTS3-GW\Sources is at the beginning of ADA_INCLUDE_PATH. >=20 > RTS3_GW.GPR is in GPR_PROJECT_PATH. >=20 > The list file gw-source_files.txt is in C:\(E)\Ada\Gnat\RTS3-GW\Sources. >=20 >=20 >=20 > If in GPS I launch [Build] for the project there is the message: >=20 > [2014-01-22 16:53:52] C:\(E)\Ada\Gnat\RTS3-GW\Sources\RTS3_GW.gpr:6:29: f= ile with sources "(C:\(E)\Ada\Gnat\RTS3-GW\Sources\gw-source_files.txt" do= es not exist >=20 > followed by 131 warnings (1 for each file in the list): "source file "xxx= .adb" (or "xxx.ads") not found. >=20 >=20 >=20 > Of course all 131 files are present in the Source directory. >=20 > So it is not possible to produce an executable.=20 >=20 > I do not see why the source file list cannot be found by GPS. C:\(E)\ is= a valid directory name in Windows 7. So what?