[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compile 4.3.0-beta2 Solaris 8
- To: hobbit (at) hswn.dk
- Subject: Compile 4.3.0-beta2 Solaris 8
- From: Shadow Azul <shadowazul (at) gmail.com>
- Date: Thu, 8 Jul 2010 13:26:57 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6DrlS0Ek/8sW1VF7pvO4ZcLXEYhuvm2vfantiCDxDio=; b=Ve5zA9k88yam+YPbC/Rd/Q8mc+2vZROFngrkv/TovqhFb8LPD7YZXlXv//OfXmhNiM +kCQ84qEF1b8my9FXXlQ4w7u1cq5rp/47KZ2CgGShHf78fzqcl/e9dH6woo7GTvKhatj 7a1K2OrE999XYN10wyMl/talkPiRWSlSuIg+g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KI1xU6wWKd4pJ9yx3Vhl3TaCSUQy3kYw2c5uIttV5R7UA8V/Er/LhMaHkTUP0jWYjg w9TQmiXnAjGSCHY5zpZz55CCzALbd/b8gpLizFaUfbQmAkInj+vUME1sjQmSJn2D6FYR yqhi/FgXpNx548GfXhKVICi5t6O0m7tvzYFSs=
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. -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
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 !