Re: kernel build error due to dependency on /usr/include?

2000-05-27 Thread Jake Burkholder
Hi all, I got following kernel build error. When I run 'make includes', the error has gone away. Why does kernel build process depend on installed system files, such as /usr/include? It shouldn't. This seems to be primarily aic7xxx, although judging from the output of 'find

Re: kernel build error due to dependency on /usr/include?

2000-05-27 Thread Bruce Evans
On Sat, 27 May 2000, Jake Burkholder wrote: I got following kernel build error. When I run 'make includes', the error has gone away. `make includes' tends to cause errors like this. It updates /usr/include to match the sources. This may make /usr/include inconsistent with /usr/lib. Why

kernel build error due to dependency on /usr/include?

2000-05-26 Thread Munehiro Matsuda
Hi all, I got following kernel build error. When I run 'make includes', the error has gone away. Why does kernel build process depend on installed system files, such as /usr/include? Thank you, Haro ---