[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Current snapshot compilation problem



Thanks Alexandre, done that on my sourcefile.

Regards,
Henrik

On Mon, Jan 14, 2008 at 01:16:09PM -0800, Levin, Alexandre wrote:
> 	...
> 	hobbit_snmpcollect.c:1068: error: 'PATH_MAX' undeclared (first
> use in this function)
> 	...
> 
> Adding:
> 
> #include <limits.h>
> 
> To the hobbit_snmpcollect.c solved it