ntfsprogs 1.7.1 does not compile for me, so I downloaded the snapshot
sources and they still don't compile for me. Here is the error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -Wall -pipe -Os -c attrib.c -fPIC -DPIC -o .libs/attrib.loIn file included from ../include/unistr.h:27,
from ../include/attrib.h:30,
from attrib.c:30:
../include/layout.h:295: warning: declaration does not declare anything
../include/layout.h:1431: warning: declaration does not declare anything
../include/layout.h:1446: warning: declaration does not declare anything
../include/layout.h:1695: warning: declaration does not declare anything
../include/layout.h:1870: warning: declaration does not declare anything
../include/layout.h:2021: warning: declaration does not declare anything
../include/layout.h:2033: warning: declaration does not declare anything
In file included from attrib.c:32:
../include/mft.h: In function `ntfs_mft_record_get_data_size':
../include/mft.h:98: error: structure has no member named `magic'
make[2]: *** [attrib.lo] Error 1
make[2]: Leaving directory `/ftp/incoming/ntfsprogs-200305062306/libntfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/ftp/incoming/ntfsprogs-200305062306'
make: *** [all] Error 2
As far as I can see, gcc is right. ;)
Felix
|