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

Linking problem with CoroActionNode #303

Closed
bijoua29 opened this issue Oct 4, 2021 · 1 comment
Closed

Linking problem with CoroActionNode #303

bijoua29 opened this issue Oct 4, 2021 · 1 comment

Comments

@bijoua29
Copy link

bijoua29 commented Oct 4, 2021

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

@macale-fitech
Copy link

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.

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

3 participants