comp.lang.ada
 help / color / mirror / Atom feed
From: Stefan Soos <stefan.soos@gmx.de>
Subject: Re: QtAda 3.1 Debian
Date: Sun, 20 Dec 2009 15:38:49 +0100
Date: 2009-12-20T15:38:49+01:00	[thread overview]
Message-ID: <hglctq$dgg$1@online.de> (raw)
In-Reply-To: ubphuj94l.fsf@stephe-leake.org

Hi,

Stephen Leake wrote:

> Stefan Soos <stefan.soos@gmx.de> 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




  reply	other threads:[~2009-12-20 14:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-19 16:54 QtAda 3.1 Debian Stefan Soos
2009-12-20  9:19 ` Stephen Leake
2009-12-20 14:38   ` Stefan Soos [this message]
2009-12-21 12:09     ` Stephen Leake
2009-12-21 12:26       ` Ludovic Brenta
2009-12-27  0:38         ` Stefan Soos
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox