gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] GCL on Mac OS X (Mountain Lion)


From: Camm Maguire
Subject: Re: [Gcl-devel] GCL on Mac OS X (Mountain Lion)
Date: Mon, 15 Jul 2013 16:40:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Greetings!  

committed two warning resolutions for mac on 2.6.9pre.  

1) the xdr_long warning you pointed out -- I believe this is an error in
the apple headers, but not in the library.  A 64bit build does do an 8
byte read and write for fixnums:

(setq x (make-array 8 :element-type 'character :fill-pointer t))

"        "

>(si::xdr-write x most-negative-fixnum)

-9223372036854775808

>(si::xdr-read x 2)

-9223372036854775808

>

So I conditionally #undeffed __LP64__ in xdrfuns.c on darwin to get rid
of the warning.

2) sfaslmacho.c redirect_trampoline only used in 32bit builds,
surrounded by an #ifdef _LP64.  Have not tested the 32bit mac build
recently, and doubt if anyone really cares :-).

If you get any results on your more recent mac, that would be most
appreciated.

Take care, 
-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]