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.236.78.232 with SMTP id g68mr2966592yhe.19.1390493422576; Thu, 23 Jan 2014 08:10:22 -0800 (PST) X-Received: by 10.140.27.50 with SMTP id 47mr9667qgw.35.1390493422542; Thu, 23 Jan 2014 08:10:22 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!k15no953474qaq.0!news-out.google.com!gg4ni1228qab.0!nntp.google.com!f11no948568qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Jan 2014 08:10:22 -0800 (PST) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: project file GPS, and for Source_List_File use "xxx.txt"; From: thymallus1@free.fr Injection-Date: Thu, 23 Jan 2014 16:10:22 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:18260 Date: 2014-01-23T08:10:22-08:00 List-Id: 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; Environment Variables are set like this:, C:\(E)\Ada\Gnat\RTS3-GW\Sources is at the beginning of ADA_INCLUDE_PATH. RTS3_GW.GPR is in GPR_PROJECT_PATH. The list file gw-source_files.txt is in C:\(E)\Ada\Gnat\RTS3-GW\Sources. If in GPS I launch [Build] for the project there is the message: [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. So it is not possible to produce an executable. 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?