Samuel Thibault wrote:
Hi,
Hello Samuel,
Manuel Menal, le Tue 02 Aug 2005 01:47:51 +0200, a écrit :
blockdev.c:72: error: `_IOT__IOTBASE_size_t' undeclared here (not in a function)
This precise bug comes from a lack in libc/sysdeps/mach/hurd/bits/ioctls.h: just add #define _IOT__IOTBASE_size_t _IOT_SIMPLE (size_t) in your /include/bits/ioctls.h near definitions of _IOT__IOTBASE_*, and it should compile (not saying that it will actually work...).
Well, it solves the first problem, but not the next one : cc -c -O2 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1 -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 fsck.cramfs.c -o fsck.cramfs.o fsck.cramfs.c:79:22: asm/page.h: No such file or directory make[2]: *** [fsck.cramfs.o] Error 1 Again, no time to look into that, but I'm starting to wonder about what happened to this package... Thanks, -- Manuel Menal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

