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 X-Google-Thread: a07f3367d7,c3f735b2c954355f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.225 with SMTP id hb1mr1150762pbc.5.1338448052385; Thu, 31 May 2012 00:07:32 -0700 (PDT) Path: l9ni2805pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: AWS Windos build trouble. Date: Thu, 31 May 2012 00:01:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: <95a04ac3-3adf-4da4-b288-881ef196a631@googlegroups.com> References: <88c7a22d-9dbe-4981-99b7-205d514730f1@googlegroups.com> <4fc7054f$0$12512$ba4acef3@reader.news.orange.fr> NNTP-Posting-Host: 96.2.54.122 Mime-Version: 1.0 X-Trace: posting.google.com 1338448052 2920 127.0.0.1 (31 May 2012 07:07:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 31 May 2012 07:07:32 +0000 (UTC) In-Reply-To: <4fc7054f$0$12512$ba4acef3@reader.news.orange.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.2.54.122; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-31T00:01:09-07:00 List-Id: Thank you for the quick reply. On Thursday, May 31, 2012 12:44:48 AM UTC-5, Pascal Obry wrote: > > You are probably mixing Cygwin libraries and native Windows ones. No > hope on this route. Only madness and insanity, gotcha. > > Please clean-up everything. Make sure GNAT compiler come first in the > PATH and then Cygwin toolset. > > At this point just do: > > $ make setup > $ make > $ make install > > If you have any error during those steps please report. During make I had a few of these: warning: no compiler specified for language "makefile", ignoring all its sources During make install I got these: cp: cannot stat `aws.html': No such file or directory cp: cannot stat `aws.txt': No such file or directory cp: cannot stat `aws*.info*': No such file or directory cp: cannot create regular file `/cygdrive/c/Programming/GNAT/2010/bin/../bin/lib z.dll': Device or resource busy makefile:445: recipe for target `install' failed make: *** [install] Error 1