the - 2007-05-06

Logged In: YES
user_id=1786754
Originator: NO

I've been trying to compile version 0.96 (from file
stund_0.96_Aug13.tgz) on PowerPC based Mac OS X 10.4.9 machine.
It indeed failed to compile with following error:

udp.h:6: error: conflicting declaration 'typedef int socklen_t'
/usr/include/sys/socket.h:99: error: 'socklen_t' has a previous declaration as 'typedef __darwin_socklen_t socklen_t'

Commenting out the declaration of 'socklen_t' in udp.h resolved the
problem and everything compiled cleanly after that.