[AWS] Aws on OpenBSD

Sébastien Morand seb.morand at gmail.com
Fri May 30 15:24:37 CEST 2014


>
>
>
> Try to use definitions in makefile.conf
>
>
> ##############################################################################
> # Tools used by AWS
> #
> CP           = cp -p
> GNAT          = gnat
> GPRBUILD      = gprbuild
> GPRCLEAN      = gprclean
> GPRINSTALL      = gprinstall
> MKDIR           = mkdir -p
> PYTHON            = python
> RM           = rm
> SED           = sed
> --------------------------------------------
> or redefine it in makefile.setup
>
>
>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/aws/attachments/20140530/d884fc4c/attachment.html>


More information about the AWS mailing list