pluginlib icon indicating copy to clipboard operation
pluginlib copied to clipboard

fix getCatkinLibraryPaths on 64bit

Open vmatare opened this issue 5 years ago • 0 comments

Not every distribution has this symlink from lib to lib64 that Ubuntu has on 64bit systems. The portable, safe bet is to use lib64 on a 64bit system, and lib on a 32bit system. This issue exists in other places in ROS as well, but it was most prominent in the pluginlib. Long term, the check macros should be moved to a more central location, but I think for the time being, this PR will ease many people's lives ;-)

vmatare avatar Feb 28 '20 00:02 vmatare