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
Hi,i have questions on compile asio on qnx710.
errors:
/home/asio/asio/include/asio/detail/tss_ptr.hpp:29:3: error: #error Only Windows and POSIX are supported!
error Only Windows and POSIX are supported!
/home/asio/asio/include/asio/detail/signal_blocker.hpp:27:3: error: #error Only Windows and POSIX are supported!
error Only Windows and POSIX are supported!
^~~~~
I add add_definitions(-DASIO_HAS_PTHREADS) in my CMakeLists.txt to solve the first problem. I wonder whether it is right.
Besides, how can i solve the second error. Does asion support compile on qnx710 and to build on qnx710,what should i do?
The text was updated successfully, but these errors were encountered:
Hi,i have questions on compile asio on qnx710.
errors:
/home/asio/asio/include/asio/detail/tss_ptr.hpp:29:3: error: #error Only Windows and POSIX are supported!
error Only Windows and POSIX are supported!
/home/asio/asio/include/asio/detail/signal_blocker.hpp:27:3: error: #error Only Windows and POSIX are supported!
error Only Windows and POSIX are supported!
^~~~~
I add add_definitions(-DASIO_HAS_PTHREADS) in my CMakeLists.txt to solve the first problem. I wonder whether it is right.
Besides, how can i solve the second error. Does asion support compile on qnx710 and to build on qnx710,what should i do?
The text was updated successfully, but these errors were encountered: