Xymon Mailing List Archive search

RC5 available on sourceforge

list Wim de Houwer
Fri, 4 Mar 2005 09:30:29 +0100
Message-Id: <user-fd26518662f1@xymon.invalid>

Still having problems using the new version:

hobbitd.c: In function `main':
hobbitd.c:2488: parse error before `*'
hobbitd.c:2489: `fd' undeclared (first use in this function)
hobbitd.c:2489: (Each undeclared identifier is reported only once
hobbitd.c:2489: for each function it appears in.)
make[1]: *** [hobbitd.o] Error 1
make[1]: Leaving directory `/tmp/hobbit-4.0-RC5/hobbitd'
make: *** [hobbitd-build] Error 2
 

-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: vrijdag 4 maart 2005 9:24
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] RC5 available on sourceforge

On Fri, Mar 04, 2005 at 09:18:52AM +0100, Henrik Stoerner wrote:
On Thu, Mar 03, 2005 at 11:35:32PM -0800, Brian Lynch wrote:
The same error occurs on Solaris:

gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DHAVE_RPCENT
-DMAXMSG=32768
-DBBDPORTNUMBER=1984 -I. -I/opt/sysadmin/src/hobbit-4.0-RC5/include
-c
-o hobbitd.o hobbitd.c
hobbitd.c: In function `main':
hobbitd.c:2480: error: `PATH_MAX' undeclared (first use in this
function)
Just ain't my lucky day ... there's a missing 
  #include <limits.h>
at the top of hobbitd.c

I won't call it RC6, but I'll update the release-file.
The sourceforge.net tar-file has been updated. My local version will
be in 10 secs.


Henrik