[AWS] Aws on OpenBSD

Dmitriy Anisimkov anisimkov at ada-ru.org
Fri May 30 15:37:46 CEST 2014


On 2014-05-30 20:35, Dmitriy Anisimkov wrote:
> On 2014-05-30 20:24, Sébastien Morand wrote:
>> I finally find out how playing with the gprconfig/*.xml files and add
>> all the definition under the name EGCC, EG++, EGNAT (copying the
>> equivalent without the E) and it works now like a charm now.
>>
>> However I can't get aws compile because it needs asis, I downloaded
>> and try to install asis-gpl-2013 but that's not working because of
>> gnat_util missing. I download gnat_util-20130411 and install it, with
>> little modification of asis Makefile I got the compilation starting
>> but than it failed: asis-elements.adb:2727:22: "Name_Contract_Cases"
>> is undefined
>>
>> I'm using gnatmake 4.8.2
> You don't have to have ASIS for AWS. Just write in makefile.setup
> ASIS=false
and call
makefile setup
after that of cause
or better just call

makefile setup ASIS=false
>
> I you really need ASIS together with AWS, you better ask ASIS authors.
>
> _______________________________________________
> AWS mailing list
> AWS at lists.adacore.com
> /no-more-mailman.html



More information about the AWS mailing list