From here,
http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/trunk/hobbitd/do_rrd.c?r1=5819&r2=5823&sortby=date
I can understand why the compilation error.
do_rrd has 3 new files to be included under rrd directory but those files
were not there.
SVN + Viewvc is cool.
tj
From: "Rich Smrcina" <user-cf452ff334e0@xymon.invalid>
Sent: Thursday, October 02, 2008 6:35 AM
To: <user-ae9b8668bcde@xymon.invalid>
Subject: Re: [hobbit] Todays "snapshot"
Indeed. I forgot about the added files. They're in the repository now.
Sorry about that...
--
Rich Smrcina
VM Assist, Inc.
Phone: XXX-XXX-XXXX
Ans Service: XXX-XXX-XXXX
user-61add9955ef9@xymon.invalid
http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009
Henrik Stoerner wrote:
In <user-c2a1e3bcde77@xymon.invalid> "Lars Ebeling"
<user-1fecd3eafd52@xymon.invalid> writes:
gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX
-I. -I
/home/hobbit/trunk/include -I/usr/local/include -I/usr/local/include -I/usr/loca
l/include -c -o do_rrd.o do_rrd.c
do_rrd.c:529:24: rrd/do_mdc.c: No such file or directory
do_rrd.c:530:25: rrd/do_cics.c: No such file or directory
do_rrd.c:531:27: rrd/do_getvis.c: No such file or directory
I think Rich - who does the mainframe stuff - is still learning
about how to use Subversion. I've asked him to add these files.
Henrik