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 <[EMAIL PROTECTED]> 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

Reply via email to