# make
make all-recursive
Making all in lib/et
Making all in lib/ext2fs
Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/fuse -I/usr/local/include/fuse -I../lib -I../lib/et -I../lib/ext2fs -D_FILE_OFFSET_BITS=64 -g -O2 -MT ext2fuse-ext2fs.o -MD -MP -MF ".deps/ext2fuse-ext2fs.Tpo" -c -o ext2fuse-ext2fs.o `test -f 'ext2fs.c' || echo './'`ext2fs.c; then mv -f ".deps/ext2fuse-ext2fs.Tpo" ".deps/ext2fuse-ext2fs.Po"; else rm -f ".deps/ext2fuse-ext2fs.Tpo"; exit 1; fi
In file included from ext2fs.c:15:
../lib/ext2fs/ext2fs.h:746: error: expected ')' before 'device'
*** Error code 1
seems that dev_t dosn't exist