Build of Xymon 4.3.0 client fails with error on HP-UX 11iv3 ia64. Bug#3201638
This client is currently running 4.3.0 beta 2.
Here is the output:
Created Makefile with the necessary information to build Xymon
Some defaults are used, so do look at the Makefile before continuing.
Configuration complete - now run gmake -s (GNU make) to build the tools
salmon # gmake -s
timefunc.c: In function 'gettimer':
timefunc.c:55: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
timefunc.c:55: error: (Each undeclared identifier is reported only once
timefunc.c:55: error: for each function it appears in.)
timefunc.c: In function 'getntimer':
timefunc.c:67: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
timefunc.c: In function 'timespec_text':
timefunc.c:147: warning: passing argument 2 of 'getescapestring' from incompatible pointer type
gmake[1]: *** [timefunc-client.o] Error 1
gmake: *** [lib-client] Error 2