[AWS] Inconsistent license?
Pascal Obry
pascal at obry.net
Thu Jun 28 11:29:12 CEST 2012
Marius,
(sorry for double message, I forgot to copy the list)
> Pascal, because you are so kind and patient I will give it one more try.
:)
> I am on Linux (on VirtualBox on Windows Home).
Ok.
> GNAT GPL 2012 is installed. Hello world compiles.
>
> marius at ubuntu-on-vista:~/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src$
> make setup
> i686-pc-linux-gnu-gcc -c check_config.c
> In file included from /usr/include/stdio.h:28:0,
> from
> /home/marius/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/config/setup/check_config.c:32:
> /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such
> file or directory
Hum, this looks like a multlib issue. GNAT is not multilib and recent
Linux distrib are. To
work around this you probably need:
export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu
(replace x86_64-linux-gnu by the appropriate target if you are not
using 64bits linux).
If it is this, that's not AWS issue :)
>> is XML/Ada installed?
>
> No, but the AWS manual says this is only required for SOAP. I don't
> want SOAP, nor XML.
That's right.
>> Is ASIS installed?...).
>
> No, I did not know this is was required.
It is not, I just meant that there is bit here and there in the
makefile to check if ASIS is there
or not and if it can be used. And this cannot be done with .gpr.
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
More information about the AWS
mailing list