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
Hello, on archlinux and NixOS we get an error while compiling: undefined reference to int boost::math::sign<double>(double const&) . The reason is that in newer boost versions you need to include a new header. We have fixed that with the following patch:
Hello, on archlinux and NixOS we get an error while compiling:
undefined reference to int boost::math::sign<double>(double const&)
. The reason is that in newer boost versions you need to include a new header. We have fixed that with the following patch:see also this issue in the nix-ros-overlay repo.
The text was updated successfully, but these errors were encountered: