comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
Subject: Re: QtAda 3.1 Debian
Date: Sun, 20 Dec 2009 04:19:06 -0500
Date: 2009-12-20T04:19:06-05:00	[thread overview]
Message-ID: <ubphuj94l.fsf@stephe-leake.org> (raw)
In-Reply-To: hgj0g5$b6e$1@online.de

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.

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



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
:).

--
-- Stephe



  reply	other threads:[~2009-12-20  9:19 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 [this message]
2009-12-20 14:38   ` Stefan Soos
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