2.3.25pre2 compile error

Tonglu Yi (tlyi@126.com)
Sun, 31 Oct 1999 11:50:17 -0800


The error is as following:

make[3]: Entering directory `/usr/src/linux-2.3.25-2/fs/romfs'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe
-fno-strength-reduce -DCPU=686 -march=i686 -c -o inode.o inode.c
inode.c: In function `romfs_readpage':
inode.c:407: structure has no member named `pg_offset'
inode.c:400: warning: `offset' might be used uninitialized in this
function
make[3]: *** [inode.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.3.25-2/fs/romfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.3.25-2/fs/romfs'
make[1]: *** [_subdir_romfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.3.25-2/fs'
make: *** [_dir_fs] Error 2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/