Subject: Kernel build fails
To: None <current-users@netbsd.org>
From: Jon Olsson <jon@joshua.haninge.kth.se>
List: current-users
Date: 03/22/2003 12:59:54
Hi,
in autoconf.c:1.67
+/* $NetBSD: autoconf.c,v 1.67 2003/03/21 23:11:19 dsl Exp $ */
+#define GEOM_DEBUG
Is GEOM_DEBUG really supposed to be defined? I'm getting compile errors compiling
GENERIC_LAPTOP because of this:
cc -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -Wno-uninitialized -Di386 -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -c ../../../../arch/i386/i386/autoconf.c
../../../../arch/i386/i386/autoconf.c: In function `matchbiosdisks':
../../../../arch/i386/i386/autoconf.c:232: structure has no member named `interface_path'
../../../../arch/i386/i386/autoconf.c:232: structure has no member named `device_path'
*** Error code 1
Cheers,
--
/ Jon