Subject: prop_array.c:39:29: prop/prop_array.h: No such file or directory
To: None <current-users@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: current-users
Date: 04/27/2006 16:51:57
With lastest CVS, when running "make depend" for building kernel I get:
# create kern/prop_array.d
mkdep -f prop_array.d -- -I../../../../../../lib/libkern/arch/i386
-Di386 -I../../. -I../../../../../../contrib/dev/ath/netbsd
-I../../../../../../arch -I../../../../../.. -nostdinc -DLKM -DMAXUSERS=32
-D_KERNEL -D_KERNEL_OPT
-I../../../../../../lib/libkern/../../../common/lib/libc/quad
-I../../../../../../lib/libkern/../../../common/lib/libc/string
-I../../../../../../lib/libkern/../../../common/lib/libc/arch/i386/string
-I../../../../../../dist/ipf
-I../../../../../../lib/libkern/../../../common/lib/libc/quad
-I../../../../../../lib/libkern/../../../common/lib/libc/string
-I../../../../../../lib/libkern/../../../common/lib/libc/arch/i386/string
../../../../../../lib/libkern/../../../common/lib/libprop/prop_array.c
../../../../../../../common/lib/libprop/prop_array.c:39:29:
prop/prop_array.h: No such file or directory
mkdep: compile failed.
*** Error code 1
(My i386 kernel is basically GENERIC with all acpi uncommented.)
I see this "Initial commit of proplib" happened today.
I first tried about an hour ago and then cvs updated again just in case I
missed some files.
Maybe my problem is because the I am trying the historical way of building
kernels:
cd sys/arch/i386/conf
config MYKERNEL
cd ../compile/MYKERNEL
make depend
...
If that is not supported then why the message ``Don't forget to run "make
depend"'' ??
I also did:
cd /usr/src
sudo make USETOOLS=never includes
Any ideas appreciated ...
Jeremy C. Reed