-
Notifications
You must be signed in to change notification settings - Fork 943
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 build on macOS 10.15.6 #385
Comments
try 2.6-stable |
@SeptemberHX you can pull one request. |
I'd like to pull one request, but I don't think it's the best solution to modify configure.ac with |
Is this still an issue? |
Just test with the dev branch, and it works fine wit Big Sur now. Thanks for your work ! |
After searching with Google, I solved the problem above by adding
#include <openssl/crypto.h>
insrc/edge.c
.And another problem appeared:
Solved successfully by modifying configure.ac with
N2N_LIBS=-lcrypto
The text was updated successfully, but these errors were encountered: