pifs icon indicating copy to clipboard operation
pifs copied to clipboard

It does not work on x86 Linux.

Open degratnik opened this issue 12 years ago • 3 comments

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?

degratnik avatar Aug 18 '13 06:08 degratnik

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?

pwlandoll avatar Aug 20 '13 19:08 pwlandoll

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.

G3n3r0 avatar Aug 20 '13 21:08 G3n3r0

See https://github.com/philipl/pifs/issues/40#issuecomment-196854536

nm17 avatar Feb 18 '18 16:02 nm17