guile-devel
[Top][All Lists]
Advanced

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

Re: building cvs guile on Mac OS X 10.4


From: Neil Jerram
Subject: Re: building cvs guile on Mac OS X 10.4
Date: Thu, 12 May 2005 07:39:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420 Debian/1.7.7-2

Richard Todd wrote:
I hadn't built guile from CVS in many months, so I wanted to give it a try on my fresh new OS X install, [...]

Problem 4:******
Lots of compile warnings, [...]
gh_data.c  line 131 cast to scm_t_int8 *
hash.c line 114 cast first arg to const unsigned char *
load.c 377  dropped the' >= 1' that seemed extraneous...
rdelim.c  207   set slen to 0 so it wouldn't be uninitialized
srfi-13.c 2476 cast return of scm_i_writable_chars to (unsigned char*)
strports.c 109  cast dst to (unsigned char *)
                  297  changed cast to (unsigned char *)

Thanks; I've fixed all these in CVS.

unif.c 2701  cast &rank to (ssize_t *)

For this one I changed the declaration of rank from size_t to ssize_t. I think this is right, as otherwise the (rank < 0) check wouldn't make sense on platforms where size_t is unsigned, but if anyone else knows better please say. (Or if it introduces any new warnings ... :-( )

socket.c several more (most involving addr_len)

Send 'em on!

        Neil




reply via email to

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