6 Sep
2006
6 Sep
'06
8:49 p.m.
On Wed, Sep 06, 2006 at 10:13:31PM +0200, K. wrote:
hello,
thanks for reply. i am using the latest versions of compiler tools; i have compiled a lot of things on this machine without problems.
so i can assume that the line:
/usr/include/sys/socket.h:205: error: conflicting types for 'socklen_t'
is not a compiler-problem....
No, this is an error in the configure script. Check the include/config.h file if there is a line with #define HAVE_SOCKLEN_T 1 If not add it - and if there is another line with HAVE_SOCKLEN_T just delete it.
Regards, Henrik