-
Notifications
You must be signed in to change notification settings - Fork 401
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
Cannot compile on OSX #7
Comments
I fixed it by renaming the function in a different way, by the way now if gives me this problem, even after having installed gmp through brew. Any idea?
|
Sorry to no anwser before, a was a little busy, can you add the -lgmp at the en of this line?
I think that is some issue with configuration of you headers directory, best regards! |
Hi @albertobsd, Thank you for your reply,
|
Did you install libgmp-dev ? |
Yes, in mac the equivalent is: |
OK, can you see if the file gmp.h exist in this folder? /usr/local/include In that case include the next line in the Makefile
|
It's inside opt
|
OK, then change the directory in the -I param and -L param
|
We're doing progress but still nothing..
|
ok, this is conflic bewteen that heapsort and my custom heapsort, can you find and remplace all the coincidences of the "heapsort" to "heapsort_2" in the keyhunt.c file Sorry i need to update all my code to solve this, if you can wait some day or two until i solve those things. best regards! |
It started but it pop out this error now:
I changed also the Makefile line btw to: Thank you so much anyway @albertobsd! |
The -r option need a parameter of a range from:to example -r F0000000:FFFFFFFF if you need a Random is with upper case R this is only -R |
It's not that, something went wrong while doing
|
Interesting there is some error in some devices, idk why is this happening i need to debug in some of those devices. I will notifiyou when I solve this error. Best regards! |
Can you check if the new version works in Mac? |
This shoulbe solved now those errors were related to an keccak librery but is not loger use. |
After running make gives me this output:
The text was updated successfully, but these errors were encountered: