-
Notifications
You must be signed in to change notification settings - Fork 518
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
The code can not compile on MacOS #2
Comments
Hi, can you try edit the file "configure" at the top level, line 7852, and remove the file name "inet_ntop.o" from that line? The resulting line should look like this:
In other words, the build should still use inet_pton.o but no longer use inet_ntop.o since that is provided by your OS. After making that change, redo the build instructions starting from the ./configure step at the beginning and please let me know if this fixes your issue. If so, I'll commit the change to the repo. Thanks. |
@andyrudoff it does not work. The error also exists. |
May be related to compiled files, try make a new direcotry |
In my case, it can be compiled in my mac ,but the compiled lib can not be use in Apple M1 CPU. |
it work,i clone a new project and do this,it's fixed |
When I compiled the code on MacOS 10.15.3
I got the error as shown below
Could you please give some help?
Thanks!
The text was updated successfully, but these errors were encountered: