Richard W.M. Jones wrote:
This patch currently fails on 32 bit:
In file included from libguestfs-supermin-helper.c:41:
/usr/include/fts.h:41:3: error: #error "<fts.h> cannot be used with
-D_FILE_OFFSET_BITS==64"
I haven't looked at the patch yet, but if your intent is
to use the gnulib version of fts (it should be),
and not the glibc one, then you should include its fts_.h, not fts.h.