unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Cc: guile-devel@gnu.org, Neil Jerram <neil@ossau.uklinux.net>
Subject: Re: building cvs guile on Mac OS X 10.4
Date: Fri, 13 May 2005 11:48:03 +1000	[thread overview]
Message-ID: <87oebfgalo.fsf@zip.com.au> (raw)
In-Reply-To: <167D87C1-A417-4736-941C-1283A5C1A7E6@mac.com> (Richard Todd's message of "Thu, 12 May 2005 18:51:31 -0500")

Richard Todd <rwtodd@mac.com> writes:
>
> -  if (getsockopt (fd, ilevel, ioptname, (void *) optval, &optlen) == -1)
> +  if (getsockopt (fd, ilevel, ioptname, (void *) optval, (unsigned int*)&optlen) == -1)

It'd be better to change to socklen_t for these, even if there has to
be a fallback for old systems.

> +  SCM elt = 0;

I don't think 0 is valid when SCM is a struct under certain debug
options.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


  reply	other threads:[~2005-05-13  1:48 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
2005-05-12 23:51   ` Richard Todd
2005-05-13  1:48     ` Kevin Ryde [this message]
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=87oebfgalo.fsf@zip.com.au \
    --to=user42@zip.com.au \
    --cc=guile-devel@gnu.org \
    --cc=neil@ossau.uklinux.net \
    /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).