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

DELAY_NODE_TERMINATION causes linker error #14

Open
quagla opened this issue Mar 4, 2024 · 1 comment
Open

DELAY_NODE_TERMINATION causes linker error #14

quagla opened this issue Mar 4, 2024 · 1 comment

Comments

@quagla
Copy link
Contributor

quagla commented Mar 4, 2024

Hello,

I am trying to update MuJoCo to use the latest SdfLib release but I'm unable to build it. I get the following error:

ld: error: undefined symbol: void sdflib::OctreeSdf::initOctreeWithContinuityNoDelay<sdflib::VHQueries<sdflib::TriCubicInterpolation>>(sdflib::Mesh const&, unsigned int, unsigned int, float, sdflib::OctreeSdf::TerminationRule, unsigned int)
>>> referenced by OctreeSdf.cpp

The error does not appear with DELAY_NODE_TERMINATION = true. Any idea what could be wrong?

@triter3
Copy link
Member

triter3 commented Mar 7, 2024

Hi @quagla,

Are you using the master branch? Which SO and compiler are you using?

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

2 participants