[AWS] AWS on Mac OS X
John B. Matthews
trashgod at gmail.com
Tue Oct 23 02:06:15 CEST 2007
On Oct 22, 2007, at 3:42 PM, Pascal Obry wrote:
> John,
>
>> Recently, I've been successfully building AWS on Mac OS X 10.4.10
>> (ppc), using GNAT 4.3 for Mac <http://www.macada.org/>. Several
>> correspondents have suggested describing the results on this list. I
>> note only two anomalies:
>
> Thanks a lot for letting us know about this.
>
>> For reference, here are my current diffs:
>
> cut ... cut
>
>> Index: ssl/makefile
>> ===================================================================
>> --- ssl/makefile (revision 118506)
>> +++ ssl/makefile (working copy)
>> @@ -35,6 +35,7 @@
>> SSL_PATH2 := $(shell ls /lib/libcrypto.a 2> /dev/null)
>> SSL_PATH3 := $(shell ls /usr/lib/libcrypto.so 2> /dev/null)
>> SSL_PATH4 := $(shell ls /lib/libcrypto.so 2> /dev/null)
>> +SSL_PATH5 := $(shell ls /usr/lib/libcrypto.dylib 2> /dev/null)
>> endif
>> SSL_PATH = $(SSL_PATH1)
>> @@ -48,6 +49,9 @@
>> ifeq (${SSL_PATH},)
>> SSL_PATH = $(SSL_PATH4)
>> endif
>> +ifeq (${SSL_PATH},)
>> + SSL_PATH = $(SSL_PATH5)
>> +endif
>> build:
>> $(GNAT) make -Pssl -XSOCKET=${SOCKET} \
>
> I have just integrated this chunk.
>
> Thanks.
>
> Pascal.
Excellent! The update came through with r118534 and built successfully.
Thanks,
John
More information about the AWS
mailing list