os.h-Darwin should contain a conditional definition for
_BSD_SOCKLEN_T_, that was forgotten by Apple in 10.2 headers. In 10.3
it is included in /usr/include/ppc/ansi.h with the comment you can
see in the definition below.
So please add this to OS/os.h-Darwin:
#ifndef _BSD_SOCKLEN_T_
#define _BSD_SOCKLEN_T_ int32_t /* socklen_t (duh) */
#endif
For Louie, this should fix your compilation problem.
Giuliano
--
H U M P H
|| |||
software
Java & C++ Server/Client/Human Interface applications on MacOS - MacOS X
http://www.humph.com/