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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8d33ebaa85598950 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.85.135 with SMTP id h7mr1004394paz.41.1348233438698; Fri, 21 Sep 2012 06:17:18 -0700 (PDT) Path: t10ni4510053pbh.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!nntp.club.cc.cmu.edu!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GPS issues: laundry list Date: Thu, 13 Sep 2012 11:08:45 +0100 Organization: A noiseless patient Spider Message-ID: References: <854nn34fv2.fsf@stephe-leake.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="a9272c9c584810f74e3f95ce46cbeceb"; logging-data="30363"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18yLoK8mG4hczE2G3gxbbqVJpL4KvsOF8s=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:jKXpVy4vNw3GODAVxsPW38tx8NY= sha1:WJD2x4wkCixwrqcjMLfgkV+/1fI= Content-Type: text/plain Date: 2012-09-13T11:08:45+01:00 List-Id: Marius Amado-Alves writes: > I am using GPS only because my project depends on Adacore libraries > (AWS, Aunit) that make it necessary to use Adacore to build it. (In a > misterious way to me. Gnatmake was such a beautiful tool, everything > was clear at last, then suddenly we're back to the black arts age, > like with makefiles and autoconf.) > > So I am "forced" to use GPS. (I'd rather use Notepad++. I hate visual > "studios". Waste of screen space. Visual spagetti. GPS is faulty > anyway. Oh, well...) > > So I'm learning the "GPS way". Trying to understand the "Project > properties" thing. Find it extremely awkward, confusing. A simple > thing like putting a source file in a project is ludricously hard. It sounds to me as though your problems are with GNAT Project rather than with GPS. GPRbuild[1] is a more-capable cousin of gnatmake, but the info in [1] mainly applies. Mostly, you just need to make sure your source _directories_ are in the project. > But I keep going. Some things are very useful viz. the navigation from > a reference to its declaration (if the declaration is in the > project...) Emacs ada-mode does this ... [1] http://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html