[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit 4.0 RC3
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