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

Please do not specify system include or library paths in the Cabal file #6

Open
peti opened this issue Apr 23, 2012 · 0 comments
Open

Comments

@peti
Copy link

peti commented Apr 23, 2012

HFuse cannot be built without patching the Cabal file on NixOS http://nixos.org/, because it specifies bogus paths for system include and library paths. The Cabal file should not try to guess those paths (because it can't!). Instead, the compiler should be trusted to find system headers and libraries without additional options. On systems where FUSE is installed in non-standard locations, the user building HFuse can specify the proper locations by setting --extra-include-dirs=... during the cabal configure stage.

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

1 participant