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

RM_LINK_NO_DATA not defined in lib/utilities.h #252

Closed
adcosta opened this issue Aug 22, 2017 · 2 comments
Closed

RM_LINK_NO_DATA not defined in lib/utilities.h #252

adcosta opened this issue Aug 22, 2017 · 2 comments
Labels

Comments

@adcosta
Copy link

adcosta commented Aug 22, 2017

when compiling from source... on non-linux systems that don't have HAVE_FIEMAP defined, line 1252 of utilities.c gives an error on RM_RETURN(RM_LINK_NO_DATA) because RM_LINK_NO_DATA is not defined in lib/utilities.h

@sahib
Copy link
Owner

sahib commented Aug 22, 2017

Thanks for the report; should be hopefully fixed by 124c776.
Out of curiosity: What system are you running?

@adcosta
Copy link
Author

adcosta commented Aug 22, 2017

macOS Sierra, but I use MacPorts instead of Homebrew and there is yet no port available, so I tried compiling from source... and I succeeded by defining RM_LINK_NO_DATA... blindly.
Thanks for your prompt reply!

@sahib sahib closed this as completed Aug 22, 2017
@sahib sahib added the bug label Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants