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.58.210.3 with SMTP id mq3mr4693880vec.28.1390562342079; Fri, 24 Jan 2014 03:19:02 -0800 (PST) X-Received: by 10.140.26.243 with SMTP id 106mr2871qgv.31.1390562342045; Fri, 24 Jan 2014 03:19:02 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!k15no2274801qaq.0!news-out.google.com!gg4ni1291qab.0!nntp.google.com!f11no2295645qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 24 Jan 2014 03:19:01 -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: <74c1b2f2-5189-4760-bf1e-7f08e1e266da@googlegroups.com> Subject: Re: project file GPS, and for Source_List_File use "xxx.txt"; From: thymallus1@free.fr Injection-Date: Fri, 24 Jan 2014 11:19:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2498 Xref: number.nntp.dca.giganews.com comp.lang.ada:184541 Date: 2014-01-24T03:19:01-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?