[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Current snapshot compilation problem
- To: <hobbit (at) hswn.dk>
- Subject: Current snapshot compilation problem
- From: "Levin, Alexandre" <alevin (at) reveredata.com>
- Date: Mon, 14 Jan 2008 13:16:09 -0800
- Thread-index: AchW8q8NmNNGCW0HT1KOVRbAi+C2kQ==
- Thread-topic: Current snapshot compilation problem
Hi,
I've got a compilation problem with current snapshot:
...
hobbit_snmpcollect.c:1068: error: 'PATH_MAX' undeclared (first
use in this function)
...
Adding:
#include <limits.h>
To the hobbit_snmpcollect.c solved it
OS - FreeBSD 7.0
__________________________________
Alexandre Levin