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: 103376,c3f735b2c954355f X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.141.4 with SMTP id k4mr3994657bku.6.1338990908682; Wed, 06 Jun 2012 06:55:08 -0700 (PDT) Path: e27ni20156bkw.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: AWS Windos build trouble. Date: Wed, 6 Jun 2012 06:55:08 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9b1e8d03-5fba-4759-8c32-936e89b04da9@googlegroups.com> References: <88c7a22d-9dbe-4981-99b7-205d514730f1@googlegroups.com> <4fc7054f$0$12512$ba4acef3@reader.news.orange.fr> <95a04ac3-3adf-4da4-b288-881ef196a631@googlegroups.com> <4fc93eb5$0$21552$ba4acef3@reader.news.orange.fr> <4FCB7872.6010803@obry.net> <17a0570f-1e65-4341-a419-1e09cb646a44@googlegroups.com> <4fcce35a$0$12523$ba4acef3@reader.news.orange.fr> <4fceff14$0$21590$ba4acef3@reader.news.orange.fr> NNTP-Posting-Host: 96.2.54.122 Mime-Version: 1.0 X-Trace: posting.google.com 1338990908 2922 127.0.0.1 (6 Jun 2012 13:55:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 6 Jun 2012 13:55:08 +0000 (UTC) In-Reply-To: <4fceff14$0$21590$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-06-06T06:55:08-07:00 List-Id: On Wednesday, June 6, 2012 1:56:20 AM UTC-5, Pascal Obry wrote: > > Really strange, never seen that! Yeah; one reason I hate the *nix/C mentality: the both frown on providing any helpful error message. > > Should be working! *nod* - That's what I thought. ( However, "should" and "is" are two different things. :( ) > > > Obviously I'll have to do the same, essentially manually replicating > > the GPR files's. Why did the make install fail to propigate these > > into GNAT's include directory? Or was it supposed to propigate the > > ALI files somewhere to make them part of the library? (Isn't that > > what make install's supposed to do?) > > Yes, "make install" should do everything for you. Then adding /with > "aws";/ in you project file should be sufficient to build any AWS > applications. Looks like you have permissions issues in the > installation. Can you show us the content of makefile.setup on top of > AWS build directory? prefix=/cygdrive/c/Programming/GNAT/2010/bin/.. DEFAULT_LIBRARY_TYPE=static DEFAULT_TARGET=native ENABLE_SHARED=true ZLIB=false XMLADA=false ASIS=false IPv6=false SOCKET=std LDAP=false DEBUG=false PROCESSORS=2 TARGET=native > BTW, there is a dedicated AWS mailing-list, maybe you'll find more help > here. Ah, I did not know that.