-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compilation on OSX fails (undeclared identifier 'POSIX_FADV_DONTNEED') #1
Comments
karel-brinda
changed the title
Compilation on OSX fails
Compilation on OSX fails (undeclared identifier 'POSIX_FADV_DONTNEED')
Oct 18, 2021
Thanks for reporting the issue, Karel! I tried to fix it, though I don't have access to OSX right now, so cannot really test if my fix helped. |
Thanks for the help. I tried it again and I think it's still the same error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I've tried to compile LZ77-to-SLP on Mac (Big Sur), but I'm getting the following errors:
When using the default clang compiler:
When using GCC11 (
make CC=gcc-11 CXX=g++-11
):The text was updated successfully, but these errors were encountered: