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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!feeder.eternal-september.org!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx11.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:36.0) Gecko/20100101 Thunderbird/36.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Interesting AWS error. References: <1418214868.2843.94.camel@obry.net> <1418225452.2843.104.camel@obry.net> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Wed, 10 Dec 2014 19:39:03 UTC Organization: TeraNews.com Date: Wed, 10 Dec 2014 12:39:02 -0700 X-Received-Bytes: 1964 X-Received-Body-CRC: 3981766302 Xref: news.eternal-september.org comp.lang.ada:23947 Date: 2014-12-10T12:39:02-07:00 List-Id: On 10-Dec-14 09:30, Shark8 wrote: > On 10-Dec-14 08:30, Pascal Obry wrote: >> Le mercredi 10 décembre 2014 à 08:21 -0700, Shark8 a écrit : >>> The 2014 Adacore GPL release. >> >> Ok, so maybe an issue with GNAT GPL 2014 and current AWS master. Can you >> try the release-3.1 branch of AWS? I suppose the script build.cmd from >> master will work with this branch. >> I solved the problem by altering build.cmd w/ the following lines (just before the line starting "echo LIBZ_Path"): > ECHO R_GCR_Lib := ""; >> aws_lib_shared.gpr > ECHO S_GCR_Lib := ""; >> aws_lib_shared.gpr Now we have a nice long list of compiling files [which is good] that stops with > exec directory "C:\Programming\Libraries\aws\docs\..\.build\win\common\bin" crea > ted for project docs > regtests.gpr:19:09: warning: no compiler specified for language "Python", ignori > ng all its sources > gcc -c mzlib.adb > gcc -c foo.ads > gcc -c stack_size.ads > gcc -c get_free_port.adb > get_free_port.adb:19:06: file "aws.ads" not found > gprbuild: *** compilation phase failed > Couldn't build or install AWS