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,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.178.204 with SMTP id bn12mr10304501qab.1.1357741022841; Wed, 09 Jan 2013 06:17:02 -0800 (PST) Received: by 10.49.94.129 with SMTP id dc1mr12159917qeb.22.1357741022817; Wed, 09 Jan 2013 06:17:02 -0800 (PST) Path: k2ni5538qap.0!nntp.google.com!p13no2228077qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 9 Jan 2013 06:17:02 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.242; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO NNTP-Posting-Host: 70.53.16.242 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <56838b02-c6b9-46ed-82de-0183b92eb342@googlegroups.com> Subject: help building QtAda From: Patrick Injection-Date: Wed, 09 Jan 2013 14:17:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-09T06:17:02-08:00 List-Id: I want to try out QtAda but I can't seem to build it on Mint Linux(I will switch again soon) I downloaded the current version today. There were instructions on how to build it on Fedora, I just used those. When I run ./configure --without-gela checking for gcc... g++ checking whether we are using the GNU C compiler... yes checking whether g++ accepts -g... yes Everything is fine and g++ works. Incidentally if I run plain configure I get this: ./configure checking whether GNAT project asis.gpr is available... no configure: error: Project file for ASIS not found not sure why...... Anyhow, when I run make it bombs and says it can't find g++: 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 make[3]: *** [.libs/libQtAdaCore.so] Error 4 make[3]: Leaving directory `/home/patrick/modAfterDec29_2012/programming_small/ada_small/qt/QT_Tests/qtada-gpl-3.1.0/source/core' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/patrick/modAfterDec29_2012/programming_small/ada_small/qt/QT_Tests/qtada-gpl-3.1.0/source/core' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/patrick/modAfterDec29_2012/programming_small/ada_small/qt/QT_Tests/qtada-gpl-3.1.0/source' make: *** [all-recursive] Error 1 If anyone has some tips for me that would be great-Patrick