Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It does not work on x86 Linux. #9

Open
degratnik opened this issue Aug 18, 2013 · 3 comments
Open

It does not work on x86 Linux. #9

degratnik opened this issue Aug 18, 2013 · 3 comments

Comments

@degratnik
Copy link

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?

@pwlandoll
Copy link

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?

@G3n3r0
Copy link

G3n3r0 commented Aug 20, 2013

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.

@nm17
Copy link

nm17 commented Feb 18, 2018

See #40 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants