Hi all, I was recompiling the Kernel for the current stable Hamm (d/l'd from the FTP site this weekend, along with the rest of my system), just setting some IP flags etc. for IPMasq, and got the following error:
*** output of make zImage 2>errormsg In file included from /usr/src/kernel-source-2.0.34/include/linux/ext2_fs_sb.h:19, from /usr/src/kernel-source-2.0.34/include/linux/fs.h:427, from /usr/src/kernel-source-2.0.34/include/linux/tty.h:19, from /usr/src/kernel-source-2.0.34/include/linux/sched.h:26, from /usr/src/kernel-source-2.0.34/include/linux/mm.h:4, from ip_sockglue.c:20: /usr/src/kernel-source-2.0.34/include/linux/ext2_fs.h:325: warning: no semicolon at end of struct or union /usr/src/kernel-source-2.0.34/include/linux/ext2_fs.h:325: parse error before `/' /usr/src/kernel-source-2.0.34/include/linux/ext2_fs.h:369: parse error before `}' make[3]: *** [ip_sockglue.o] Error 1 make[2]: *** [first_rule] Error 2 make[1]: *** [sub_dirs] Error 2 make: *** [linuxsubdirs] Error 2 *** eof I looked at line 325, which is the third line of the struct for superblocks, and that looks like a semi-colon to me. Any thoughts on the matter appreciated. Thanks, Hank Fay