We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following compiler errors when using a CoroActionNode.
undefined reference to BT::CoroActionNode::CoroActionNode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, BT::NodeConfiguration const&)' undefined reference to BT::CoroActionNode::~CoroActionNode()'
BT::CoroActionNode::CoroActionNode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, BT::NodeConfiguration const&)' undefined reference to
I am on Ubunto 20.04 and the latest rolling release of bt
I don't know if this is related to issues #209 or #290 or #299
The text was updated successfully, but these errors were encountered:
Probably you have build the library without boost packages.
In the CMakeLists.txt file ( https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/CMakeLists.txt ) there is a smart if statement in lines 21-33 which includes/removes the whole courutine module.
Before building your BehavioralTrees.CPP from source be sure that you have installed libboost-dev.
libboost-dev
Sorry, something went wrong.
No branches or pull requests
I get the following compiler errors when using a CoroActionNode.
undefined reference to
BT::CoroActionNode::CoroActionNode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, BT::NodeConfiguration const&)' undefined reference to
BT::CoroActionNode::~CoroActionNode()'I am on Ubunto 20.04 and the latest rolling release of bt
I don't know if this is related to issues #209 or #290 or #299
The text was updated successfully, but these errors were encountered: