Hi! I try patch which fix 1.5Gb limitation of ext2fs server. I apply it:
$ cd /src/hurd $ cat ../../patches/ext2fs_20040121.patch| patch -p1 $ cd /src/build/hurd $ ../../hurd/configure $ make While make builds ext2fs server it fails with compiling error. It missed ihash_t type. I looking through sources, only the hurd_ihash_t type founded in other source files. I discover that ihash_t used only by patch. I missed some new headers? stderr log attached to mail. e
In file included from ../../../hurd/ext2fs/balloc.c:44: ../../../hurd/ext2fs/ext2fs.h:236: error: parse error before "disk_cache_bptr" ../../../hurd/ext2fs/ext2fs.h:236: warning: type defaults to `int' in declaration of `disk_cache_bptr' ../../../hurd/ext2fs/ext2fs.h:236: warning: data definition has no type or storage class ../../../hurd/ext2fs/ext2fs.h: In function `boffs_ptr': ../../../hurd/ext2fs/ext2fs.h:328: warning: implicit declaration of function `ihash_find' ../../../hurd/ext2fs/ext2fs.h:328: warning: initialization makes pointer from integer without a cast make[1]: *** [balloc.o] Error 1 make: *** [ext2fs] Error 2
_______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd