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
That's not a portable way of determining the catkin library path. You cannot rely on lib being a correct default on all systems. At least on 64-bit systems, lib64 should be tried first. You could simply check whether the compiler is building in 64 or 32 bit mode.
The text was updated successfully, but these errors were encountered:
pluginlib/pluginlib/include/pluginlib/class_loader_imp.hpp
Line 313 in 54c925e
That's not a portable way of determining the catkin library path. You cannot rely on
lib
being a correct default on all systems. At least on 64-bit systems,lib64
should be tried first. You could simply check whether the compiler is building in 64 or 32 bit mode.The text was updated successfully, but these errors were encountered: