-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to run build/run tests #1
Comments
just pushed an update, can you please check once more? (thx for your help) |
That's cleared the above issue... New problem in hashfn.c now though:
|
Oki, fixed some more minor things and update build scripts managed to test w/ gcc:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On 64bit Linux - Ubuntu 16.04:
make config=debug_sse test && bin/debug/test
fails with:changing line 60 in
math.h
from#elif
to#else
clears the above issue.After making this fix tests still won't build and following issue is reported:
The text was updated successfully, but these errors were encountered: