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: 103376,5dd39b3d503c6889 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 pz6mr5955161pbc.3.1339760974517; Fri, 15 Jun 2012 04:49:34 -0700 (PDT) Path: l9ni53426pbj.0!nntp.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Trying to fix 'warning: no compiler specified for language "Ada", ignoring all its sources' References: Date: Fri, 15 Jun 2012 07:49:29 -0400 Message-ID: <82haucaj7a.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:c3t+8CYjCMe1liWnza3Ga6f1npE= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: abd074fdb2143e029e66103374 X-Received-Bytes: 1851 Content-Type: text/plain; charset=us-ascii Date: 2012-06-15T07:49:29-04:00 List-Id: Ben Hocking writes: > gprbuild -d -P/Users/Dependable/Tools/Spark1/search/default.gpr > default.gpr:1:09: warning: no compiler specified for language "Ada", ignoring all its sources This is a tool install problem; gprbuild calls gprconfig, which can't find a matching Ada compiler. To debug, run gprbuild with -v to see the gprconfig line, then gprconfig with -v to see what it's doing. Hopefully the problem will then be obvious. For example, you may need to specify a target on the gprbuild line, if the target it is looking for does not exactly match what it is finding. > I'm using the native gnat toolchain, version GPL 2011 (20110419), and > my GPS version is GPS 5.0.1 (20110113) hosted on > x86_64-apple-darwin10.2.0. I'm on OS X 10.6.8. I was able to compile > in GPS a couple days ago, so I feel like something's changed (although > I haven't updated any software since then), but I have no idea what. Something has changed :(. If gprconfig -v doesn't help, uninstall and reinstall GNAT GPL 2011 -- -- Stephe