Xymon Mailing List Archive search

Hobbit 4.0 RC3

list Henrik Størner
Wed, 23 Feb 2005 08:17:04 +0100
Message-Id: <user-3f34f0e99e99@xymon.invalid>

On Wed, Feb 23, 2005 at 02:10:58AM -0500, Asif Iqbal wrote:
On Tue, Feb 22, 2005 at 11:49:00PM, Henrik Stoerner wrote:
Another release candidate - 4.0 RC3 - is now available on Sourceforge.
bb-infocolumn.c: In function `generate_hobbit_alertinfo':
bb-infocolumn.c:110: error: `PATH_MAX' undeclared (first use in this
function)
Oh, that's a silly one. Just add

 #include <limits.h>

next to all the other "#include..." lines near the top of that file.


Henrik