-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error when using make -j4 #11
Comments
This compiles ok for me on Linux, but fails on OS X. I think it may be because size_t will typically be 64 bits on Linux, but 32 bits on OS X. I think the fix for this is to make the various places where hashes are defined as:
to explicitly use 64 bits as in other defintions:
However this will still fail when compiling
@bingmann Do you know any way around this, or have any plans to officially support OS X? |
Or it may be that they are the same width, but |
Yes, changing |
Hello, I am a Mac user and appear to have successfully compiled using GCC. However, when I run make -j4 I get the following errors:
The text was updated successfully, but these errors were encountered: