I think the path to asis.gpr needs to be declared in the GPR_PROJECT_PATH environment variable. GPR_PROJECT_PATH used to be ADA_PROJECT_PATH but I think this is being phased out. asis.gpr was probably installed somewhere in the gnat directories. My system has: GPR_PROJECT_PATH=/usr/local/lib/gnat but I've also seen gnat/lib/gnat Regards, Roger
On 03/07/2010, at 6:15 PM, Tony Gair wrote: > I am trying to install qtada3.0.0 to by ubuntu lucid install > > I have installed using apt-get install > libqt4-dev > libqt4-dbg > libaunit1-dev > libasis2008-dev > gprbuild > gnat4.4 > g++-4.4 > > and this is the readout of the configure script from qtada 3.0.0 > > checking whether to enable maintainer-specific portions of Makefiles... no > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking target system type... x86_64-unknown-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for g++... g++ > checking for C++ compiler default output file name... a.out > checking whether the C++ compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for QTCORE... yes > checking for QTGUI... yes > checking for QTDESIGNER... yes > checking for QTUITOOLS... yes > checking for QTSQL... yes > checking for QTXML... yes > checking for gcc... g++ > checking whether we are using the GNU C compiler... yes > checking whether g++ accepts -g... yes > checking for g++ option to accept ISO C89... unsupported > checking whether QT_NO_ACCESSIBILITY is declared... no > checking for gprconfig... gprconfig > checking for gprbuild... gprbuild > checking whether use GELA as ASIS implementation... no > checking for gnat... gnat > checking whether GNAT project asis.gpr is available... no > configure: error: Project file for ASIS not found > t...@tony-desktop:~/gnat/qtada-gpl-3.0.0$ > > can anyone tell me where I am going wrong > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: tony.vcf > Type: text/x-vcard > Size: 320 bytes > Desc: not available > URL: > <http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20100703/d7538ffe/attachment.vcf> > _______________________________________________ > qtada-users mailing list > [email protected] > http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com _______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
