[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Current snapshot compilation problem
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Current snapshot compilation problem
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Mon, 14 Jan 2008 22:17:48 +0100
- References: <796B35279263C14D8E0E2D9137434D7B53335D (at) tango.Revere.local>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
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