Xymon Mailing List Archive search

make error - hobbit 4.2.0

list Henrik Størner
Wed, 6 Sep 2006 22:49:23 +0200
Message-Id: <user-1775f9a05ff7@xymon.invalid>

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