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.70.38.201 with SMTP id i9mr559171pdk.6.1413230005946; Mon, 13 Oct 2014 12:53:25 -0700 (PDT) X-Received: by 10.140.19.1 with SMTP id 1mr8750qgg.19.1413230005895; Mon, 13 Oct 2014 12:53:25 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!h18no5501202igc.0!news-out.google.com!i10ni86qaf.0!nntp.google.com!s7no2508805qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Oct 2014 12:53:25 -0700 (PDT) In-Reply-To: <9fea58c6-2a22-425f-92d3-1103e4c9e511@googlegroups.com> 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> <385ad1cf-9a97-4c0a-9996-3e88243a8c49@googlegroups.com> <9fea58c6-2a22-425f-92d3-1103e4c9e511@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <48cbea61-811f-44c8-b8a4-d2a10dd0063d@googlegroups.com> Subject: Re: Problem building AWS on Mac OS 10.9 From: Laurent Injection-Date: Mon, 13 Oct 2014 19:53:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189731 Date: 2014-10-13T12:53:25-07:00 List-Id: Hi Tried to build on my old MiniMac under 10.8: laurent-lutgens-mac-mini:~ laurentlutgen$ echo $PATH /usr/local/gnat/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin laurent-lutgens-mac-mini:~ laurentlutgen$ which gnat /usr/local/gnat/bin/gnat laurent-lutgens-mac-mini:~ laurentlutgen$ which gcc /usr/local/gnat/bin/gcc laurent-lutgens-mac-mini:~ laurentlutgen$ which make /usr/bin/make laurent-lutgens-mac-mini:~ laurentlutgen$ export C_INCLUDE_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include laurent-lutgens-mac-mini:~ laurentlutgen$ cd AWS (stupid autocorrect: is lowercase) laurent-lutgens-mac-mini:aws laurentlutgen$ make setup build install Setup OS specific definitions /bin/sh: line 1: 1964 Segmentation fault: 11 gcc -C -E -DTARGET=\"\" aws-os_lib-tmplt.c > aws-os_lib-tmplt.i /bin/sh: line 1: 1965 Segmentation fault: 11 gcc -S aws-os_lib-tmplt.i /bin/sh: ../xoscons: No such file or directory make[1]: *** [../.build//release/../setup/src/aws-os_lib.ads] Error 127 make: *** [config_setup] Error 2 laurent-lutgens-mac-mini:aws laurentlutgen$ Hm same problem but different. Also tried to build AWS on my MacBook Air which is the least f**cked up system of the three. Produces the same error as my MacPro. With what do I have to replace this "export C_INCLUDE_PATH =/Applications/Xcode.app/Contents/ Developer/Platforms/MacOSX.platform/Developer/SDKs/ MacOSX10.8.sdk/usr/include" if I don't have installed Xcode but only the command line tools? I have no idea what I am doing wrong. I didn't change anything on the config file. So if @David/Simon you could post step by step what you were/are doing to build or if you changed something I would be happy. If I have the time I will also try to build AWS on my Linux Mint Box. If this fails too I am clearly to stupid for this and it will be archived with all the other failed ideas. Thanks Laurent