Re: build error on my system (Mac OS 10.4.5)

2006-03-29 Thread Jay Cotton
On Mar 28, 2006, at 7:34 PM, 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

Re: build error on my system (Mac OS 10.4.5)

2006-03-29 Thread Kevin Ryde
Michael Tuexen [EMAIL PROTECTED] writes: The configure script tests for socklen_t in the wrong way. It must do something like I posted some weeks ago. Oops, that must have gone through to the keeper. The configure change below might do the right thing. --- configure.in.~1.268.2.4.~

Re: build error on my system (Mac OS 10.4.5)

2006-03-29 Thread Jay Cotton
On Mar 29, 2006, at 4:28 PM, Kevin Ryde wrote: Michael Tuexen [EMAIL PROTECTED] writes: The configure script tests for socklen_t in the wrong way. It must do something like I posted some weeks ago. Oops, that must have gone through to the keeper. The configure change below might do the

build error on my system (Mac OS 10.4.5)

2006-03-28 Thread Jay Cotton
Hello all, Apologies if this is the wrong forum for addressing this problem. I'm not an experienced guile user. Last week I tried upgrading to 1.8.0, but ran into the following error during the make process. So I thought I'd send a report. I'm using an iBook G3/800 running Mac OS 10.4.5

Re: build error on my system (Mac OS 10.4.5)

2006-03-28 Thread Kevin Ryde
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

Re: build error on my system (Mac OS 10.4.5)

2006-03-28 Thread Michael Tuexen
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