The Ntfs driver doesn't compile with gcc-3.1
this are the errors:
In file included from fs/ntfs/inode.h:29,
from fs/ntfs/debug.h:30,
from fs/ntfs/ntfs.h:40,
from fs/ntfs/aops.c:30:
fs/ntfs/layout.h:299: unnamed fields of type other than struct or union are=
=20
not=20
allowed
fs/ntfs/layout.h:1449: unnamed fields of type other than struct or union ar=
e=20
not=20
allowed
fs/ntfs/layout.h:1465: unnamed fields of type other than struct or union ar=
e=20
not=20
allowed
fs/ntfs/layout.h:1714: unnamed fields of type other than struct or union ar=
e=20
not=20
allowed
fs/ntfs/layout.h:1891: unnamed fields of type other than struct or union ar=
e=20
not=20
allowed
fs/ntfs/layout.h:2051: unnamed fields of type other than struct or union ar=
e=20
not=20
allowed
fs/ntfs/layout.h:2063: unnamed fields of type other than struct or union ar=
e=20
not=20
allowed
make[2]: *** [fs/ntfs/aops.o] Error 1
make[1]: *** [fs/ntfs] Error 2
make: *** [fs] Error 2
|