I have 2.6.5-rc2-mm3 running on Fedora Core 1 and have xfsprogs-2.5.6
installed on that box, I just download xfsprogs-2.6.8 and got the
following error whilst trying to compile it
=== io ===
gcc -O1 -g -DDEBUG -funsigned-char -Wall -I../include
-DVERSION=\"2.6.8\"
-DLOCALEDIR=\"/usr/local/site/xfsprogs/share/locale\"
-DPACKAGE=\"xfsprogs\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DHAVE_FADVISE -c -o command.o command.c
command.c:36:16: io.h: No such file or directory
command.c: In function `command':
command.c:79: error: `file' undeclared (first use in this function)
command.c:79: error: (Each undeclared identifier is reported only once
command.c:79: error: for each function it appears in.)
command.c:83: error: `mapping' undeclared (first use in this function)
command.c:88: error: `IO_FOREIGN' undeclared (first use in this
function)
make[1]: *** [command.o] Error 1
make: *** [default] Error 2
|