unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Michael Tuexen <Michael.Tuexen@lurchi.franken.de>
Cc: guile-devel@gnu.org
Subject: Re: build error on my system (Mac OS 10.4.5)
Date: Wed, 29 Mar 2006 16:35:51 +0200	[thread overview]
Message-ID: <D2525BEF-DB30-48B5-8D92-DFF9982C0326@lurchi.franken.de> (raw)
In-Reply-To: <FBE8E503-00A6-4CFE-AB12-8A7FEA0B1657@fleeingrabbit.com>

Hi Jay,

line 99 of socket.h reads

typedef __darwin_socklen_t      socklen_t;

and this is the problem. The configure script tests for socklen_t in
the wrong way. It must do something like I posted some weeks ago.
A pretty common mistake...

It was decided that the fix is not that important and will come (maybe)
in a future version of guile...

Best regards
Michael

On Mar 29, 2006, at 4:07 PM, Jay Cotton wrote:

> Michael,
>
> Were you able to learn any more about this error? I am not familiar  
> with this error message: two or more data types declaration  
> specifiers. Is it perhaps new in gcc 4.0?
>
> Thanks,
> Jay
>
> On Mar 29, 2006, at 2:23 AM, Michael Tuexen wrote:
>
>> I guess it is the socklen_t error, I reported earlier...
>>
>> Best regards
>> Michael
>>
>> On Mar 29, 2006, at 2:34 AM, Kevin Ryde wrote:
>>
>>> Jay Cotton <jay@fleeingrabbit.com> writes:
>>>>
>>>> In file included from /usr/include/netinet/in.h:78,
>>>>                  from /usr/include/netdb.h:86,
>>>>                  from posix.c:122:
>>>> /usr/include/sys/socket.h:99: error: two or more data types in
>>>> declaration specifiers
>>>
>>> What does that offending sys/socket.h:99 line say?
>>>
>>> It's probably some extra header required before including <netdb.h>.
>>> See if the man page for gethostbyname says how it should look.
>>>
>>>
>>> _______________________________________________
>>> Guile-devel mailing list
>>> Guile-devel@gnu.org
>>> http://lists.gnu.org/mailman/listinfo/guile-devel
>>>
>>
>
>



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


  parent reply	other threads:[~2006-03-29 14:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-28 21:55 build error on my system (Mac OS 10.4.5) Jay Cotton
2006-03-29  0:34 ` Kevin Ryde
2006-03-29  7:23   ` Michael Tuexen
     [not found]     ` <FBE8E503-00A6-4CFE-AB12-8A7FEA0B1657@fleeingrabbit.com>
2006-03-29 14:35       ` Michael Tuexen [this message]
2006-03-29 21:28         ` Kevin Ryde
2006-03-30  0:11           ` Jay Cotton
2006-03-29 15:01   ` Jay Cotton

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=D2525BEF-DB30-48B5-8D92-DFF9982C0326@lurchi.franken.de \
    --to=michael.tuexen@lurchi.franken.de \
    --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).