On 18/09/15 20:25, Robert Millan wrote:
compat_defs.h doesn't seem to help as make.h does:
/home/amnesia/rump/debian/rumpkernel/buildrump.sh/src/tools/make/../../usr.bin/make/arch.c:
In function 'ArchSVR4Entry':
/home/amnesia/rump/debian/rumpkernel/buildrump.sh/src/tools/make/../../usr.bin/make/arch.c:815:47:
error: 'MAXPATHLEN' undeclared (first use in this function)
(void)strncpy(name, &ar->fnametab[entry], MAXPATHLEN);
what is the expected include path for arch.c -> compat_defs.h?
Try adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the appropriate place(s).