From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder1.news.weretis.net!news.imp.ch!news.alphanet.ch!alphanet.ch!.POSTED!not-for-mail From: Blady Newsgroups: comp.lang.ada Subject: Re: Problem building AWS on Mac OS 10.9 Date: Mon, 13 Oct 2014 22:06:13 +0200 Organization: Posted through ALPHANET (http://www.alphanet.ch/) Sender: blady@anantes-656-1-81-34.w90-59.abo.wanadoo.fr Message-ID: References: <4eb82190-4017-402c-8dc6-ae6b4f8897b6@googlegroups.com> NNTP-Posting-Host: anantes-656-1-81-34.w90-59.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: shakotay.alphanet.ch 1413230762 27226 90.59.100.34 (13 Oct 2014 20:06:02 GMT) X-Complaints-To: usenet@alphanet.ch NNTP-Posting-Date: Mon, 13 Oct 2014 20:06:02 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <4eb82190-4017-402c-8dc6-ae6b4f8897b6@googlegroups.com> Xref: news.eternal-september.org comp.lang.ada:22428 Date: 2014-10-13T22:06:13+02:00 List-Id: Hello Laurent, here are some instructions I've done: Get GNAT and AWS GPL 2014 on libre.adacore.com then: tar xzf ~/Downloads/aws-gpl-3.2.0-src.tar.gz cd aws-gpl-3.2.0-src/ edit makefile.conf #prefix: absolute path to new existing directory in home directory #ENABLE_SHARED= false #XMLADA = false #ASIS = false make setup build install Install project AWS Install project Tools That's all. Take care that one time makefile.setup has been created all modifications to makefile.conf are not taken in account, so remove makefile.setup before make setup. HTH, Pascal. http://blady.pagesperso-orange.fr Le 12/10/2014 01:00, Laurent a écrit : > Hi > > I wanted to try out Gnoga which sounds exactly like what I need. > > Gnoga requires AWS so I downloaded it with: git clone --recursive http://forge.open-do.org/anonscm/git/aws/aws.git > > Then as written in the Gnoga FAQ: > > export C_INCLUDE_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include > > Then make setup build install. > > Fails with this: > > laurent-mac-pro-2:aws laurent$ make setup build install > gprbuild: "xoscons" up to date > Setup OS specific definitions <...> > Tried the was source from libre.adacore but the result is the same. > I am too much a noob to understand what is going on. So if someone could enlighten me what I have forgotten to do or send me a compiled version of AWS for MacOS I would be very happy. > > Thanks > > Laurent >