> This TAKE is a start on easing the dependence between the XFS
> user tools & the kernel code. There is not much new code here,
> it is mostly shuffling bits around, trying to define a coherent
> user level interface, but the ultimate goal is replacing libsim
> entirely & removing the prolific use of SIM/_KERNEL in the XFS
> kernel code.
>
>
I think you missed a file out of the checkin:
cc -D_LARGEFILE64_SOURCE -DXFS_BIG_FILES=1 -DXFS_BIG_FILESYSTEMS=1 -g -DDEBUG
-I../include -I../../../linux/include -Wall -Wno-parentheses -funsigned-char -o
init.o -c init.c
In file included from ../include/libxfs.h:35,
from init.c:34:
../include/platform_defs.h:45: uuid/uuid.h: No such file or directory
At the moment user space does not build.
Steve
|