Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upsys/statfs.h included but unnecessary #25
Comments
This comment has been minimized.
This comment has been minimized.
|
Please have a look at
|
This comment has been minimized.
This comment has been minimized.
|
Hm, true. Seems I was barking up the wrong tree. I thought I'd solved that by setting FreeBSD in the package I was trying to build, namely www.github.com/realdesktop/hfuse, but that wasn't solving it. I guess I'd better file a bug there. Thanks! |
This comment has been minimized.
This comment has been minimized.
|
The next version of OSXFUSE will remove the need for the |
This comment has been minimized.
This comment has been minimized.
|
Okay, though I don't know if that will solve my issue. I've On Thu, Mar 22, 2012 at 16:32:08 -0700, quoth Benjamin Fleischer:
|
Hi. I'm having a problem building hfuse (a Haskell interface to FUSE) on OS X Lion. I've got OSXFUSE version 2.3.9, and the error I get is the following:
The problem is solved if I
touch /usr/local/include/sys/statfs.h, so it seems there should be a conditional include. I can provide more information about the attempted build if it is required.