Code Monkey home page Code Monkey logo

Comments (7)

biocyberman avatar biocyberman commented on May 30, 2024 2

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

from ifuse.

jasperblues avatar jasperblues commented on May 30, 2024

Ah, found it.

from ifuse.

jasperblues avatar jasperblues commented on May 30, 2024

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>
^

from ifuse.

jasperblues avatar jasperblues commented on May 30, 2024

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.

from ifuse.

babycaseny avatar babycaseny commented on May 30, 2024

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

from ifuse.

babycaseny avatar babycaseny commented on May 30, 2024

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

from ifuse.

gitsop01 avatar gitsop01 commented on May 30, 2024

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.

from ifuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.