Skip to content
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

"SA_RESTART" not supported on QNX 7.1 and 8.0 ... #1592

Open
htartisan opened this issue Feb 5, 2025 · 0 comments
Open

"SA_RESTART" not supported on QNX 7.1 and 8.0 ... #1592

htartisan opened this issue Feb 5, 2025 · 0 comments

Comments

@htartisan
Copy link

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???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant