Hello, everyone. I've been attempting to compile the 2.4.21 kernel with the latest patches from the june 2003 stream, as well as the 2.4.23 kernel with the experimental patches.
Both kernels break during the compile process in the same spot. Here is a sample of the output: make[2]: Entering directory `/usr/src/linux-2.4.23/drivers/s390/net' gcc -D__KERNEL__ -I/usr/src/linux-2.4.23/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -fno-strength-reduce -DMODULE -nostdinc -iwithprefix include -DKBUILD_BASENAME=iucv -DEXPORT_SYMTAB -c iucv.c iucv.c: In function `iucv_add_handler': iucv.c:484: parse error before `)' iucv.c:498: parse error before `)' iucv.c:511: parse error before `)' iucv.c: In function `__iucv_add_pathid': iucv.c:557: parse error before `)' iucv.c:572: parse error before `)' iucv.c: In function `iucv_declare_buffer': iucv.c:649: parse error before `)' iucv.c:657: parse error before `)' ... ... ... ... make[2]: *** [iucv.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.4.23/drivers/s390/net' make[1]: *** [_modsubdir_net] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.23/drivers/s390' make: *** [_mod_drivers/s390] Error 2 Does this look familiar to anyone? I'm using clean kernels from kernel.org and I've issued "make mrproper" between each compile attempt. The IBM patches were freshly downloaded and were applied in the correct sequence. My system is RH 7.2 running on a vanilla + IBM 2.4.21 kernel. -- Michael Lambert <[EMAIL PROTECTED]>
