can't compile NTFS support into 2.2.0pre4

Tuan Hoang (tuan@optimus.mitre.org)
Sun, 3 Jan 1999 16:22:49 -0500 (EST)


Hi,

I'm trying to compile NTFS support into the kernel with 2.2.0 pre4
and the compile is bombing out. Here's the file and the error reported.
Is there something new that I have to specify?

--
gcc -D__KERNEL__ -I/usr/src/linux-2.2.0-pre4/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce 
-m486 -malign-loops=2 -malign -jumps=2 -malign-functions=2 -DCPU=586
-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/linux-2.2.0-pre4/fs/ntfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.2.0-pre4/fs/ntfs'
make[1]: *** [_subdir_ntfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.0-pre4/fs'
make: *** [_dir_fs] Error 2
optimus:/usr/src/linux#

--

Thanks, Tuan

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