I tried e-mailing you directly - but it gets bounced back with errors.
How can I contact you directly (another e-mail address?)

I applied the patch and tried to compile a new kernel, but got errors
and the compile failed (see snip below)

The question is - after a fresh install - do I need to do a "make
mrproper" before I begin - or just start with "make deps"

I also did no do the "make xconfig" step assuming that it's already
configured.

Here's the snip:
<snip>

i830_dma.c:939: warning: unused variable `_i'
i830_dma.c: In function `i830_dma_dispatch_vertex':
i830_dma.c:1020: warning: unused variable `_i'
i830_dma.c:1030: warning: unused variable `_i'
i830_dma.c:1041: warning: unused variable `_i'
i830_dma.c: In function `i830_dma_emit_flush':
i830_dma.c:1093: warning: unused variable `_i'
i830_dma.c: In function `i830_dma_quiescent_emit':
i830_dma.c:1110: warning: unused variable `_i'
ld -m elf_i386 -r -o i830.o i830_drv.o i830_dma.o
make[3]: Leaving directory
`/usr/src/linux-2.4.17-18mdk/drivers/char/drm'
make -C ftape modules
make[3]: Entering directory
`/usr/src/linux-2.4.17-18mdk/drivers/char/ftape'
make -C compressor modules
make[4]: Entering directory
`/usr/src/linux-2.4.17-18mdk/drivers/char/ftape/compressor'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.17-18mdk/include  -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586
-DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.17-18mdk/include/linux/modversions.h 
-DKBUILD_BASENAME=zftape_compress  -c -o zftape-compress.o
zftape-compress.c
In file included from /usr/src/linux-2.4.17-18mdk/include/linux/mm.h:4,
                 from zftape-compress.c:35:
/usr/src/linux-2.4.17-18mdk/include/linux/sched.h:6: nondigits in number
and not hexadecimal
/usr/src/linux-2.4.17-18mdk/include/linux/sched.h:6: nondigits in number
and not hexadecimal
/usr/src/linux-2.4.17-18mdk/include/linux/sched.h:6: parse error before
`7b16c344'
/usr/src/linux-2.4.17-18mdk/include/linux/sched.h:6: warning: function
declaration isn't a prototype
make[4]: *** [zftape-compress.o] Error 1
make[4]: Leaving directory
`/usr/src/linux-2.4.17-18mdk/drivers/char/ftape/compressor'
make[3]: *** [_modsubdir_compressor] Error 2
make[3]: Leaving directory
`/usr/src/linux-2.4.17-18mdk/drivers/char/ftape'
make[2]: *** [_modsubdir_ftape] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.17-18mdk/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.17-18mdk/drivers'
make: *** [_mod_drivers] Error 2
[root@foxbase linux]#


Reply via email to