From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: building cvs guile on Mac OS X 10.4 Date: Thu, 12 May 2005 07:39:51 +0100 Message-ID: <4282FA37.60802@ossau.uklinux.net> References: <6B73DD52-DE68-457F-AFAA-A353CED78052@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115880922 6319 80.91.229.2 (12 May 2005 06:55:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 May 2005 06:55:22 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 12 08:55:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DW7az-0005Yt-Cr for guile-devel@m.gmane.org; Thu, 12 May 2005 08:54:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DW7js-0007OA-Kb for guile-devel@m.gmane.org; Thu, 12 May 2005 03:04:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DW7a7-000554-SI for guile-devel@gnu.org; Thu, 12 May 2005 02:54:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DW7a4-00052e-T4 for guile-devel@gnu.org; Thu, 12 May 2005 02:54:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DW7a3-0004ue-H4 for guile-devel@gnu.org; Thu, 12 May 2005 02:53:59 -0400 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DW7Tp-0004wS-Os for guile-devel@gnu.org; Thu, 12 May 2005 02:47:33 -0400 Original-Received: from laruns (host81-130-142-214.in-addr.btopenworld.com [81.130.142.214]) by mail3.uklinux.net (Postfix) with ESMTP id 9A359409FB7; Thu, 12 May 2005 06:40:44 +0000 (UTC) Original-Received: from [127.0.0.1] (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 732F06F885; Thu, 12 May 2005 07:39:52 +0100 (BST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420 Debian/1.7.7-2 X-Accept-Language: en Original-To: Richard Todd In-Reply-To: <6B73DD52-DE68-457F-AFAA-A353CED78052@mac.com> X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:4982 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4982 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