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
A CMake novice here so maybe the answer is obvious but I've been staring at the code and don't see it.
So I need to build vsomeip using Bazel, and I have a working solution except that I had to patch one thing.
implementation/runtime/src/application_impl.cpp references boost::asio::detail::posix_signal_blocker but this fails to build with error: no type named 'posix_signal_blocker' in namespace 'boost::asio::detail'.
I can add #include <boost/asio/detail/signal_blocker.hpp> to get around this, but I'd like to understand how this builds under CMake. Can anybody explain?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A CMake novice here so maybe the answer is obvious but I've been staring at the code and don't see it.
So I need to build vsomeip using Bazel, and I have a working solution except that I had to patch one thing.
implementation/runtime/src/application_impl.cppreferencesboost::asio::detail::posix_signal_blockerbut this fails to build witherror: no type named 'posix_signal_blocker' in namespace 'boost::asio::detail'.I can add
#include <boost/asio/detail/signal_blocker.hpp>to get around this, but I'd like to understand how this builds under CMake. Can anybody explain?Beta Was this translation helpful? Give feedback.
All reactions