This ist the problem, that the configure script does not figure out
that socklen_t does exist. Therefore it defines it when it is defined
in sys/socket.h the compiler throws an error.

Please use the code in configure.in which I posted earlier. Then it will
work.

Best regards
Michael

On Feb 17, 2006, at 9:03 PM, Bill Schottstaedt wrote:

Mike Gran tells me that the way around the MacIntel gmp problem is to
configure with host=none-unknown-darwin7.1.0. I must have missed that
in the gmp instructions. Anyway, given gmp, the Guile 1.7.91 build chugs
away until

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -Wall -Wmissing- prototypes -Werror -MT posix.lo - MD -MP -MF .deps/posix.Tpo -c posix.c -fno-common -DPIC -o .libs/ posix.o
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
make[2]: *** [posix.lo] Error 1

I'll poke at this after lunch -- it looks familiar somehow.



_______________________________________________
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