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: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx30.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:35.0) Gecko/20100101 Thunderbird/35.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Gnoga Logo and marketing info, Critique please References: <99d81717-c4eb-4707-adeb-e6c8b3a45aed@googlegroups.com> <7103d9f1-b019-421d-8f48-a31e86d864a2@googlegroups.com> <1412780313.2444.7.camel@obry.net> In-Reply-To: <1412780313.2444.7.camel@obry.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Thu, 09 Oct 2014 22:28:53 UTC Organization: TeraNews.com Date: Thu, 09 Oct 2014 16:28:47 -0600 X-Received-Bytes: 2510 X-Received-Body-CRC: 2639578042 Xref: number.nntp.giganews.com comp.lang.ada:189599 Date: 2014-10-09T16:28:47-06:00 List-Id: On 10/8/2014 8:58 AM, Pascal Obry wrote: > Le mercredi 08 octobre 2014 à 07:23 -0700, David Botton a écrit : >>> I attempted to build AWS from source using MinGW along with >>> GNAT-GPL-2014. But, it failed with lots of compilation errors. >>> >>> I did not have to look at all of them yet. >> >> The AWS install issues for Windows are very sad. I assume that it was >> an AdaCore decision to not make an installer or simply binary zip of >> AWS that could install. Perhaps Pascal Obry would consider fixing >> that ;) > > There is an experimental script in the repo under win32/build.cmd. > > Just do: > > c:> win32\build.cmd c:\path\to\gnat\2014 > > Should work, but keep in mind that it is experimental. Please report and > better provide patches :) > Note: - GNAT (bin directory) is on C:\Programming\GNAT\2014 - AWS (aws.gpr) is on C:\Programming\Libraries\aws On failure the build-script should delete the .build directory it creates, otherwise the following error message is displayed on re-running: "A subdirectory or file .build\win\setup\src already exists." I think the following will do that: RMDIR /S /Q .build Another apparent error (off-a-level) is the COPY on line 17: copy ..\config\setup\aws-os_lib-tmplt.c .build\win\setup\src and again on line 18 (in the -P parameter). -- Or perhaps this is due to two .build directories existing one in aws, the other in aws\win32. After all that the process fails w/ '..\xoscons' is not recognized as an internal or external command, operable program or batch file. Couldn't build or install AWS