From: Neil Jerram <neil@ossau.uklinux.net>
Cc: guile-devel@gnu.org
Subject: Re: building cvs guile on Mac OS X 10.4
Date: Thu, 12 May 2005 07:39:51 +0100 [thread overview]
Message-ID: <4282FA37.60802@ossau.uklinux.net> (raw)
In-Reply-To: <6B73DD52-DE68-457F-AFAA-A353CED78052@mac.com>
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
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
next prev parent reply other threads:[~2005-05-12 6:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-08 7:36 building cvs guile on Mac OS X 10.4 Richard Todd
2005-05-12 6:39 ` Neil Jerram [this message]
2005-05-12 23:51 ` Richard Todd
2005-05-13 1:48 ` Kevin Ryde
2005-05-13 6:55 ` Neil Jerram
2005-05-14 12:49 ` Neil Jerram
2005-05-14 13:07 ` Neil Jerram
2005-05-14 16:32 ` Richard Todd
2005-05-15 23:31 ` Kevin Ryde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4282FA37.60802@ossau.uklinux.net \
--to=neil@ossau.uklinux.net \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).