-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fails build on MacOS 10.15.4 #28
Comments
There have been many updates to hnsd, could you give it another try from master branch? |
I'm on master branch, and here's what I get when following the Readme:
|
I will try making a github action for mac. This way if the build breaks, we know it. Also give us a standard to test against. |
Hm, builds fine on my OSX system. What compiler / version are you running?
|
interesting! Here's my infodump for you:
Wonder if I can get earlier-clang on here, as well. |
Hm well either way this implicit declaration was introduced in #30 |
I think, but cannot say for sure due to inexperience with C that this boils down to an issue with build flags: -Werror,-Wimplicit-function-declaration -Werror makes warnings into errors |
Line 19 in 462220f I moved the declarations to this line, but no luck. Probably just need to disable -Wimplicit-function-declaration Went higher, too, but no luck. Is it possible there's another header file that we need to have in ec.h? https://gotopstudy.com/implicit-declaration-of-function-c-solved/ I feel accomplished. Seems it is fixed now. PR incoming. Needed to import elligator.h and then smooth as butter. |
closed by #48 |
When following the build process on my mac it stops on an error:
configure: error: could not determine ar interface
Full output here:
The text was updated successfully, but these errors were encountered: