It does not work on x86 Linux.
I use Ubuntu 9 x86 When I tried to make pifs I got : πfs.c:258:14: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] I removed -Wall -Werror and build was successful. When I ran : πfs -o mdd=meta/ fs/ all was ok. Bu when I try work with fs folder I get "folder not found".
Is it work on x86?
I am on Ubuntu 12.04 LTS x86 and I am getting the same errors trying to run 'make'. I'm not very experienced, so I wouldn't know where to go to remove -Wall and -Werror. Any help?
The issue with the folder not being useable occurs for me, too, on x86_64. It also appears to be the root of Issue 5.
@pwlandoll Have you tried editing configure.ac? Find the line that says AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -Wno-unused-parameter"]) and edit the flags there.
See https://github.com/philipl/pifs/issues/40#issuecomment-196854536