Shao Zhang wrote: > > Hi, > Anyone tried out the reiserfs patch for kernel 2.2.16 yet? > I used this patch linux-2.2.16-reiserfs-3.5.22-patch, and the > utils for reiserfs does not compile, any ideas? > > sorry for the long unwrapped lines... > > thanks in advance. > > Shao. >
[cut] > dumpreiserfs.c > dumpreiserfs.c: In function `pack_partition': > dumpreiserfs.c:278: `uint32_t' undeclared (first use this function) > dumpreiserfs.c:278: (Each undeclared identifier is reported only once > dumpreiserfs.c:278: for each function it appears in.) > dumpreiserfs.c:278: parse error before `blocknumber32' > dumpreiserfs.c:279: `uint16_t' undeclared (first use this function) > dumpreiserfs.c:291: `reclen16' undeclared (first use this function) > dumpreiserfs.c:359: `data16' undeclared (first use this function) > dumpreiserfs.c:419: `blocknumber32' undeclared (first use this function) missing typedefs... maybe you're missing a header file? Check what header files dumpreiserfs.c #includes and check that you have them all. Matthew