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

Missing package 'fuse' #11

Closed
jasperblues opened this issue Feb 27, 2014 · 7 comments
Closed

Missing package 'fuse' #11

jasperblues opened this issue Feb 27, 2014 · 7 comments

Comments

@jasperblues
Copy link

Build the following deps:

  • libplist
  • libusbmuxd
  • libimobiledevice

I'm trying to build ifuse now. . . and get:

checking for libfuse... no
configure: error: Package requirements (fuse >= 2.7.0) were not met:

No package 'fuse' found

. . . can you remind me where 'fuse' comes from?

@jasperblues
Copy link
Author

Ah, found it.

@jasperblues
Copy link
Author

Got fuse from: http://sourceforge.net/projects/fuse/files/latest/download

Tried to compile, got:

In file included from fuse.c:19:
../include/fuse_compat.h:69:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^

@jasperblues
Copy link
Author

http://lists.apple.com/archives/unix-porting/2012/Jun/msg00001.html

On Jun 5, 2012, at 1:33 PM, Andreas Muhlbauer email@hidden wrote:

I am trying to get a library compiled on my mac but I receive a compile error related to a missing include file (sys/statfs.h). I previously compiled this code on my linux box without issues using gcc and gfortran.
It looks like OS X is missing the statfs.h file in /usr/include/sys. Indeed, I have that file on my linux box but not on OS X. I am using OS X 10.7.4. Any ideas how to resolve this issue?

OS X does not provide a sys/statfs.h header. sys/param.h and sys/mount.h may contain what you want, such as the statfs(2) function itself.

@babycaseny
Copy link

I still have this problem after downloading from sourceforge the update. Anything I can check to know what's wrong?

@babycaseny
Copy link

I forked a clone of fuse here: https://github.com/babycaseny/fuse-fuse

@biocyberman
Copy link

The message configure: error: Package requirements (fuse >= 2.7.0) were not met: is misleading. I installed libfuse-dev and solved the problem.

@gitsop01
Copy link

gitsop01 commented Dec 7, 2015

It is a configure error message and is telling you that it cannot find the libfuse-devel package on your system which you worked out.

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