Build failure on Gentoo, needs extra headers
Opened this issue · 1 comments
metafarion commented
I was able to build fuse-ext2 on Gentoo only after adding #include "sys/sysmacros.h" to op_create.c and do_fillstatbuf.c
I'm not sure about all the details but I believe it has something to do with this no longer being an implied inclusion in glibc 2.24 and newer.
laetho commented
This also solved my problems compiling this on Arch Linux / Manjaro recently.