Xymon Mailing List Archive search

Compile error 4.3.9

list Henrik Størner
Wed, 25 Jul 2012 22:26:40 +0200
Message-Id: <user-aee6ecea89ea@xymon.invalid>

On 25-07-2012 21:14, Scott Post wrote:
make[1]: Entering directory `/tmp/xymon-4.3.9/xymonnet'
gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I.
-I/tmp/xymon-4.3.9/include    -c -o httptest.o httptest.c
httptest.c: In function âadd_http_testâ:
httptest.c:552:84: error: âerrnoâ undeclared (first use in this function)
Oops! Add a
    #include <errno.h>
near the top of xymonnet/httptest.c along with the other #include lines.


Regards,
Henrik