I can´t compile Xymon 4.3.0-beta2 in solaris8. I have the following error:
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -DSunOS -I. -Ipwd/include -DCLIENTONLY=1"
LDFLAGS="" OSDEF="-DSunOS" RPATHOPT="-Wl,-R" PCREINCDIR="" SSLFLAGS=""
SSLINCDIR="" SSLLIBS="" NETLIBS="-lresolv -lsocket -lnsl" LIBRTDEF=""
BBTOPDIR="/usr/local/xymon/client" BBLOGDIR="" BBHOSTNAME=""
BBHOSTIP="127.0.0.1" BBHOSTOS="" LOCALCLIENT="no" make -C lib client
make[1]: Entering directory /tmp/xymon-4.3.0-beta2/lib' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSunOS -I. -I/tmp/xymon-4.3.0-beta2/include -DCLIENTONLY=1 -I. -I../include -c -o misc.o misc.c In file included from /tmp/xymon-4.3.0-beta2/include/libbbgen.h:42, from misc.c:34: /tmp/xymon-4.3.0-beta2/lib/eventlog.h:38: error: parse error before numeric constant make[1]: *** [misc.o] Error 1 make[1]: Leaving directory /tmp/xymon-4.3.0-beta2/lib'
make: *** [lib-client] Error 2
I try with the 4.2.3 version (non beta) and compile perfectly (in solaris 8)... I try to compile 4.3.0-beta2 in solaris 10 and works fine !
Anybody have an idea where is the problem, I need to compile the latest version of xymon?
Thanks a lot friends !