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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,360e289afc8c0eed,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.129.169 with SMTP id nx9mr5431044pbb.2.1331903109416; Fri, 16 Mar 2012 06:05:09 -0700 (PDT) Path: h9ni32740pbe.0!nntp.google.com!news1.google.com!postnews.google.com!h20g2000yqd.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Gnat gps not picking up adasockets.gpr file Date: Fri, 16 Mar 2012 06:05:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: <422340ce-484f-49d9-8833-201eaa7f0784@h20g2000yqd.googlegroups.com> NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1331903109 16101 127.0.0.1 (16 Mar 2012 13:05:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 16 Mar 2012 13:05:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h20g2000yqd.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.16) Gecko/20120131 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-03-16T06:05:09-07:00 List-Id: gnatmake -d -P/home/tony/adaprojects/comms/comms.gpr -XBUILD=Debug adasockets.gpr:1:09: warning: Linker switches not taken into account in library projects gcc-4.4 -gnatpg -c -g -gnatwl -gnatws -I- -gnatA /usr/lib/gcc/x86_64- linux-gnu/4.4.4/adainclude/s-stalib.adb [2012-03-16 12:57:21] Cannot open file '/home/tony/adaprojects/comms/ adasockets.gpr' gcc-4.4 -gnatpg -c -g -gnatwl -gnatws -I- -gnatA /usr/lib/gcc/x86_64- linux-gnu/4.4.4/adainclude/a-tags.adb gcc-4.4 -gnatpg -c -g -gnatwl -gnatws -I- -gnatA /usr/lib/gcc/x86_64- linux-gnu/4.4.4/adainclude/interfac.ads In the above compilation debug gnat-gps says it cannot open the adasockets.gpr file, however it is referenced with a with "/usr/share/ada/adainclude/adasockets.gpr" in the project file referring to the installed adasockets package I think this is all the relevant information.