I can´t compile Xymon 4.3.0-beta2 in solaris8. I have the following error:<br><br>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSunOS -I. -I`pwd`/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<br>
make[1]: Entering directory `/tmp/xymon-4.3.0-beta2/lib'<br>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<br>
In file included from /tmp/xymon-4.3.0-beta2/include/libbbgen.h:42,<br>                 from misc.c:34:<br>/tmp/xymon-4.3.0-beta2/lib/eventlog.h:38: error: parse error before numeric constant<br>make[1]: *** [misc.o] Error 1<br>
make[1]: Leaving directory `/tmp/xymon-4.3.0-beta2/lib'<br>make: *** [lib-client] Error 2<br><br>I try with the 4.2.3 version (non beta) and compile perfectly (in solaris 8)...<br>I try to compile 4.3.0-beta2 in solaris 10 and works fine !<br>
<br>Anybody have an idea where is the problem, I need to compile the latest version of xymon?<br><br>Thanks a lot friends !<br>