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,e9adee69b8f63a9f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.109.162 with SMTP id ht2mr2810329wib.1.1357903589199; Fri, 11 Jan 2013 03:26:29 -0800 (PST) Path: o9ni6625wio.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.131.MISMATCH!xlned.com!feeder3.xlned.com!news.astraweb.com!border6.a.newsrouter.astraweb.com!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.x-privat.org!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: help building QtAda Date: Wed, 09 Jan 2013 21:12:28 +0100 Organization: A noiseless patient Spider Message-ID: <87sj6aru8j.fsf@ludovic-brenta.org> References: <56838b02-c6b9-46ed-82de-0183b92eb342@googlegroups.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="2c2748bf775bdcb2d34bdfdff68628f8"; logging-data="6785"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/xsrsoY2UC+CjRE6lIXHGp" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:xfCtdT6T7x/2E2xPO9D/irEFy/8= sha1:y2Qh3pCZw9VJxVBcZ/ENzanFb8A= Content-Type: text/plain; charset=us-ascii Date: 2013-01-09T21:12:28+01:00 List-Id: Patrick writes on comp.lang.ada: > I want to try out QtAda but I can't seem to build it on Mint Linux(I will switch again soon) A derivative of Debian. > source_core.gpr:32:17: warning: no compiler specified for language "C++", ignoring all its sources > source_core.gpr:43:29: language unknown for "qsignalmapperdirector.cpp" > gprbuild: "source_core.gpr" processing failed This sounds like a bug I fixed in gprbuild (=2011-2): o ---------------------------------------------------------------------- | Revision: 4c0a2515f450d797a8fc89882c34bdae0180d0ed | Parent: f34611e1bc299d7bd98a109624535b9d91740a9e | Author: Ludovic Brenta | Date: 2012-06-26T08:15:07 | Branch: org.debian.gprbuild | Tag: gprbuild-2011-2 | | Changelog: | | * Provisionally adopt the package without closing #673751 yet; only | because some packages build-depend on gprbuild. | * debian/patches/gprconfig.patch (compilers.xml): make the | match the command for G++. | | Changes against parent f34611e1bc299d7bd98a109624535b9d91740a9e | | patched debian/changelog | patched debian/control | patched debian/patches/gprconfig.patch If you use gprbuild from the Mint repositories and the version of gprbuild is earlier than 2011-2, this might be the problem. Upgrading to 2011-2 or the latest, 2011-3, will solve that problem. -- Ludovic Brenta.