Xymon Mailing List Archive search

problem installing client on Snow Leopard server

1 message in this thread

list Brian Weslowski · Mon, 2 Nov 2009 16:14:17 -0500 ·
I am trying to install the Xymon client on my Mac OS X Snow Leopard  Server (10.6.1).  I had it running fine on my Tiger server before I  upgraded, but now cannot install on Snow Leopard.

I've tried both the 4.2.3 and 4.3.0 beta 2 packages but get the same  errors with both.  Has anyone else tried this yet?  The errors I got  when running "./configure --client; make" are below.

Thank you.

Brian Weslowski
Director of Information Technology
TessArae, LLC
46090 Lake Center Plaza, Suite XXX
Potomac Falls, VA XXXXX
XXX-XXX-XXXX x108
user-2c0c7395ce2b@xymon.invalid
http://www.tessarae.com


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 make (GNU make) to build the tools
CC="gcc" CFLAGS="-g -O -Wall -Wno-unused -D_REENTRANT - DBIND_8_COMPAT=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDarwin - I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DDarwin"  RPATHOPT="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS=""  NETLIBS="" LIBRTDEF="" BBTOPDIR="/Users/xymon" BBLOGDIR=""  BBHOSTNAME="" BBHOSTIP="10.0.1.5" BBHOSTOS="" LOCALCLIENT="no" make -C  lib client
gcc -g -O -Wall -Wno-unused -D_REENTRANT -DBIND_8_COMPAT=1 - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDarwin -I. -I/Users/ administrator/Downloads/xymon-4.2.3/include -DCLIENTONLY=1 -I. -I../ include  -o test-endianness test-endianness.c
In file included from /usr/include/stdlib.h:61,
                  from test-endianness.c:17:
./Availability.h:18: error: expected specifier-qualifier-list before  'time_t'
./Availability.h:32: error: expected specifier-qualifier-list before  'time_t'
./Availability.h:43: error: expected ')' before 'duration'
./Availability.h:45: error: expected declaration specifiers or '...'  before 'time_t'
./Availability.h:45: error: expected declaration specifiers or '...'  before 'time_t'
./Availability.h:49: error: expected declaration specifiers or '...'  before 'time_t'
./Availability.h:49: error: expected declaration specifiers or '...'  before 'time_t'
In file included from test-endianness.c:17:
/usr/include/stdlib.h:289: error: expected ',' or ';' before  '__OSX_AVAILABLE_BUT_DEPRECATED'
make[1]: *** [test-endianness] Error 1
make: *** [lib-client] Error 2