pinocchio3-preview undefined reference when compiling #2018
-
Hi all, I was trying to compile pinocchio3-preview from source. I'm using a docker image with ubuntu 22.04 (where I use a recently forked repo of Pinocchio to modify only the eigenpy version - from 2.7.0 to 2.9.2). I installed casadi 3.6.3 and libbost 1.74.0.3ubuntu7, and activated the casadi support during cmake. During compilation, around 85%, I get the following error:
Do you know if there is some incompatibility between the version of boost and casadi that I'm using? Or if this problem could be related to something else. Docker imageThe docker image file can be found here:
To reproduce the error, you just need to build it, and automatically Pinocchio will be compiled. System
Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, Thanks for the report. At first glance, I'd say this is because:
Therefore, Possible workarounds (choose one):
|
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for the report.
At first glance, I'd say this is because:
pip install casadi
casadi-3.6.3-cp310-none-manylinux2014_x86_64.whl
manylinux2014
distributionTherefore,
std::string
signature is not the same between your different binaries.Possible workarounds (choose one):