-
Notifications
You must be signed in to change notification settings - Fork 135
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
ASIO doesn't compile on Mac OS (IDFGH-13243) #614
Comments
Hi @moreana thanks for reporting. |
Same issue happens in 5.2.1 when using |
Hi @moreana and @ZantsuRocks I was trying to find a solution from asio build side, but I believe that the cleanest path here is either:
I will still work to add more asio tests to the build to detect this issues earlier. |
It's possible to workaround this issue by adding a dependency to PS: if you really need to stick with
PPS: This all will be resolved when switching to the upcoming asio version |
Answers checklist.
General issue report
esp-idf: v5.2.2
asio: v1.28.2
I am trying to compile tcp_echo_server example from ASIO and I get such linking errors:
There is no definition for pipe and if_indextoname and I am not sure where these functions should come from.
Could you please help me to solve this issue?
The text was updated successfully, but these errors were encountered: