compile errors in pre4 for ntfs (readonly)

David Natkins (dnatkins@njcc.com)
Sun, 3 Jan 1999 21:29:23 -0500 (EST)


I applied patch for pre4 to pre3. No error messages.
I then did a make config specifying the readonly ntfs as a module.
Got the following:

make[3]: Leaving directory `/usr/src/kernel-source-2.2.0-pre3/fs/isofs'
make -C ntfs modules
make[3]: Entering directory `/usr/src/kernel-source-2.2.0-pre3/fs/ntfs'
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.2.0-pre3/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\
"990102\" -c -o inode.o inode.c
inode.c: In function `ntfs_decompress_run':
inode.c:421: `ntfs_s16' undeclared (first use this function)
inode.c:421: (Each undeclared identifier is reported only once
inode.c:421: for each function it appears in.)
inode.c:423: `ntfs_s32' undeclared (first use this function)
make[3]: *** [inode.o] Error 1
make[3]: Leaving directory `/usr/src/kernel-source-2.2.0-pre3/fs/ntfs'
make[2]: *** [_modsubdir_ntfs] Error 2
make[2]: Leaving directory `/usr/src/kernel-source-2.2.0-pre3/fs'
make[1]: *** [_mod_fs] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.2.0-pre3'
make: *** [build] Error 2
================================
David Natkins
email: dnatkins@njcc.com
fax : (609) 896-2239
================================

-
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/