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,9672d469ea619999,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.220.230 with SMTP id pz6mr19635627pbc.3.1340790213918; Wed, 27 Jun 2012 02:43:33 -0700 (PDT) Path: l9ni25282pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: GPS on windows - gnat - GPL 2011 Date: Wed, 27 Jun 2012 02:43:33 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5c27c2f2-74be-4855-945e-ed0d78f82340@googlegroups.com> NNTP-Posting-Host: 148.177.1.211 Mime-Version: 1.0 X-Trace: posting.google.com 1340790213 27554 127.0.0.1 (27 Jun 2012 09:43:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Jun 2012 09:43:33 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.177.1.211; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-06-27T02:43:33-07:00 List-Id: friends I have gnat installed at c:\GNAT\2011 I have several gpr files in the dir c:\GNAT\2011\lib\gnat - as shown here: 04/28/2011 10:14 AM 220 asis.gpr 04/19/2011 06:04 AM 584 aunit.gpr 05/17/2012 10:37 AM 1,453 aunit_shared.gpr 05/26/2012 07:17 AM gnat_util 04/28/2011 01:43 PM 1,084 gnat_util.gpr 05/23/2012 12:12 PM gtkada 05/02/2011 09:33 AM 2,534 gtkada.gpr 05/02/2011 09:33 AM 914 gtkada_gl.gpr 06/23/2012 04:44 PM 2,595 qt_core.gpr 06/23/2012 04:45 PM 2,626 qt_designer.gpr 06/23/2012 04:45 PM 2,607 qt_gui.gpr 06/23/2012 04:45 PM 2,621 qt_open_gl.gpr 06/23/2012 04:45 PM 2,607 qt_sql.gpr 06/23/2012 04:45 PM 2,625 qt_ui_tools.gpr 06/23/2012 04:45 PM 2,621 qt_web_kit.gpr 06/23/2012 04:45 PM 2,607 qt_xml.gpr Most gprs I can just with in my project files without issues. however from within GPS, my projects which include say qt_core or qt_gui, the gpr files do not get loaded. Following is a typical error message from GPS: diction.gpr:2:06: unknown project file: "qt_gui" Is there something special that needs to be done after locating gpr files to the above directory? alternatively, is there a way to ask GPS to add other directories to the GPR_PROJECT_PATH without having to set an environment variable? thanks for all pointers, srini