Re: 2.4.1-ac10 compile error

2001-02-13 Thread Pavel Roskin
Hello, Keith! I also noticed this error when I upgraded from ac9 to ac11. My understanding is that if "make depend" is run on the sources that have already been compiled, then names.o depends on devlist.h (with full path) is ".depend". If I run "make clean" first, then everything is fine. But I

Re: 2.4.1-ac10 compile error

2001-02-11 Thread Keith Owens
On Sun, 11 Feb 2001 17:34:04 -0500 (EST), Frank Davis <[EMAIL PROTECTED]> wrote: >Hello, >I received the following while compiling 2.4.1-ac10: >... >make[3]: *** No rule to make target '/usr/src/linux/drivers/pci/devlist.h', needed by >names.o'. Stop >make[3]: Leaving directory '/usr/src/lin

2.4.1-ac10 compile error

2001-02-11 Thread Frank Davis
Hello, I received the following while compiling 2.4.1-ac10: ... make[3]: *** No rule to make target '/usr/src/linux/drivers/pci/devlist.h', needed by names.o'. Stop make[3]: Leaving directory '/usr/src/linux/drivers/pci' make[2]: *** [first_rule] Error 2 ... I haven't looked into it, but the

Re: -ac10 compile error

2001-01-19 Thread Arnaldo Carvalho de Melo
Em Fri, Jan 19, 2001 at 09:53:06PM -0500, Billy Harvey escreveu: > /usr/src/linux/drivers/sound > > cs46xx.c:4238: banner causes a section type conflict probably one __initdata is a const char? get rid of the const keyword and try again. No patch as I've not yet downloaded -ac10 - Arnaldo - To

-ac10 compile error

2001-01-19 Thread Billy Harvey
/usr/src/linux/drivers/sound cs46xx.c:4238: banner causes a section type conflict Billy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/