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 X-Received: by 10.236.53.130 with SMTP id g2mr452745yhc.31.1413233661082; Mon, 13 Oct 2014 13:54:21 -0700 (PDT) X-Received: by 10.140.34.231 with SMTP id l94mr12913qgl.10.1413233661059; Mon, 13 Oct 2014 13:54:21 -0700 (PDT) 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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no2519707qap.0!news-out.google.com!i10ni86qaf.0!nntp.google.com!s7no2519704qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Oct 2014 13:54:20 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.141.129.145; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 78.141.129.145 References: <4eb82190-4017-402c-8dc6-ae6b4f8897b6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <24dfe235-b84f-400c-a572-7eca3913d490@googlegroups.com> Subject: Re: Problem building AWS on Mac OS 10.9 From: Laurent Injection-Date: Mon, 13 Oct 2014 20:54:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22430 Date: 2014-10-13T13:54:20-07:00 List-Id: Am Montag, 13. Oktober 2014 22:06:03 UTC+2 schrieb Blady: > Hello Laurent, here are some instructions I've done: >=20 >=20 >=20 > Get GNAT and AWS GPL 2014 on libre.adacore.com then: >=20 >=20 >=20 > tar xzf ~/Downloads/aws-gpl-3.2.0-src.tar.gz >=20 > cd aws-gpl-3.2.0-src/ >=20 > edit makefile.conf >=20 > #prefix: absolute path to new existing directory in home directory >=20 > #ENABLE_SHARED=3D false >=20 > #XMLADA =3D false >=20 > #ASIS =3D false >=20 > make setup build install >=20 > Install project AWS >=20 > Install project Tools >=20 >=20 >=20 > That's all. >=20 > Take care that one time makefile.setup has been created all=20 >=20 > modifications to makefile.conf are not taken in account, so remove=20 >=20 > makefile.setup before make setup. >=20 >=20 >=20 > HTH, Pascal. >=20 > http://blady.pagesperso-orange.fr Ok that did it I think: ... ar cr /Volumes/Macintosh HD/Downloads/aws-gpl-3.2.0-src/.build/x86_64-apple= -darwin12.5.0/release/static/lib/src/libaws.a /volumes/macintosh hd/downloa= ds/aws-gpl-3.2.0-src/.build/x86_64-apple-darwin12.5.0/release/static/obj/in= clude/zlib.o /volumes/macintosh hd/downloads/aws-gpl-3.2.0-src/.build/x86_6= 4-apple-darwin12.5.0/release/static/obj/include/zlib-thin.o ... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch= ain/usr/bin/ranlib: file: /Volumes/Macintosh HD/Downloads/aws-gpl-3.2.0-src= /.build/x86_64-apple-darwin12.5.0/release/static/lib/src/libaws.a(aws-templ= ates.o) has no symbols ranlib -c libaws.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch= ain/usr/bin/ranlib: file: /Volumes/Macintosh HD/Downloads/aws-gpl-3.2.0-src= /.build/x86_64-apple-darwin12.5.0/release/static/lib/src/libaws.a(aws-templ= ates.o) has no symbols gprbind gen_gps_ref.bexch gnatbind gen_gps_ref.ali gcc -c b__gen_gps_ref.adb gcc gen_gps_ref.o -o gen_gps_ref Install project AWS Install project Tools laurent-lutgens-mac-pro-2:aws-gpl-3.2.0-src laurentlutgen$=20 Doesn't show an error but there is no "was successful" either. What do this 2 lines mean:=20 >Install project AWS=20 >Install project Tools=20 I have installed AWS under /usr/local/gnat/bin as described somewhere in th= e read me so it is automatically available. Or do I need to do something else? Thanks Laurent