You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been worrking with the non-Boost version of ASIO. I have gotten it to build OK on Windows and Linux. (Just testing my code now.)
I have NOT been able to get the software modules that use ASIO to build on QNX. I keep getting the same error:
/include/asio/detail/socket_types.hpp:414:35: error: 'SA_RESTART' was not declared in this scope; did you mean 'ERESTART'?
414 | # define ASIO_OS_DEF_SA_RESTART SA_RESTART
| ^~~~~~~~~~
I did some research and found out that "SA_RESTART" is NOT supported on QNX 7.1 or QNX 8.0.
Any fix for this???
The text was updated successfully, but these errors were encountered:
I have been worrking with the non-Boost version of ASIO. I have gotten it to build OK on Windows and Linux. (Just testing my code now.)
I have NOT been able to get the software modules that use ASIO to build on QNX. I keep getting the same error:
/include/asio/detail/socket_types.hpp:414:35: error: 'SA_RESTART' was not declared in this scope; did you mean 'ERESTART'?
414 | # define ASIO_OS_DEF_SA_RESTART SA_RESTART
| ^~~~~~~~~~
I did some research and found out that "SA_RESTART" is NOT supported on QNX 7.1 or QNX 8.0.
Any fix for this???
The text was updated successfully, but these errors were encountered: