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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,facb32ff88af000c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Stefan Soos Newsgroups: comp.lang.ada Subject: Re: QtAda 3.1 Debian Followup-To: comp.lang.ada Date: Sun, 20 Dec 2009 15:38:49 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: p5b301963.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: online.de 1261319930 13840 91.48.25.99 (20 Dec 2009 14:38:50 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sun, 20 Dec 2009 14:38:50 +0000 (UTC) User-Agent: KNode/4.3.4 Xref: g2news1.google.com comp.lang.ada:8468 Date: 2009-12-20T15:38:49+01:00 List-Id: Hi, Stephen Leake wrote: > Stefan Soos writes: > >> is there a way to get qtada-gpl-3.1 compiled with Debian's gnat >> compiler? gprbuild and gprconfig aren't present on my system and I >> can't find any package containing them, so the ./configure script >> fails to run. > > You can use the GNAT GPL distribution > (http://libre.adacore.com/libre/), instead of the Debian GNAT. I thought I had to, but I hoped there was another way. > > You have to add the QtAda moc tool to gprbuild. here's my (very > concise) installation notes: > > gnat 2009 in /opt/gnat/2009 > qtada in /opt/qtada/3.0.0 > > su > cd /home/Projects/ > mkdir gnat > tar zxf gnat-gpl-2009-1-i686-gnu-linux-libc2.3-bin.tar.gz > cd gnat-2009-i686-gnu-linux-libc2.3-bin > ./doinstall > /opt/gnat/2009 > export PATH=/opt/gnat/2009/bin:$PATH > cd .. > > tar zxf asis-gpl-2009-src.tgz > cd asis-2009-src > make > make install > > apt-get install libqt4-dev > > cd /home/Projects/qt > tar zxf qtada-gpl-3.0.0.tar.gz > cd qtada-gpl-3.0.0 > ./configure --prefix=/opt/qtada/3.0.0 > make install > > export PATH=/opt/qtada/3.0.0/bin:$PATH > gprconfig --db /opt/qtada/3.0.0/share/gprconfig > > > Following your guide it worked like a charm, thank you. > I'm thinking about packaging gprbuild for the next release of Debian; > this post gives me more incentive. Feel free to bug me about it later > :). > That would be cool. This way one wouldn't have different versions of gnat installed. As I read the wiki, did I understand it correctly that the guys at libre are developing gnat pro, this development is than incorporated into gnat gpl and gnat gpl becomes gnat gcc? > -- > -- Stephe Thank you again for your instructions, qtada is way too cool. Bye, Stefan