[ros-users] Solved the pluginlibs OSX problem, attached patc…

Top Page
Attachments:
Message as email
+ (text/plain)
+ pluginlib_CMakeLists_txt.patch (application/octet-stream)
+ nodelet_callback_queue_manager_h.patch (application/octet-stream)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: [ros-users] Solved the pluginlibs OSX problem, attached patch
Brief summary:

1) Patch pluginlib CMakeLists.txt
2) Patch nodeled "callback_queue_manager.h"
3) add port "ossp-uuid" to rosdep.yaml for macports under heading "uuid"

stack "common" now builds for diamondback_beta on OSX.

====

The problem was that test_plugins wasn't linking to the created libraries.

This is a common point of failure between Linux and OSX. Someone should probably figure out what about CMake gives different behavior, and break it in linux or fix it in OSX.

Now I'm getting errors compiling nodelet because of that ancient bug in callback_queue_manager.h. I thought I got an email from trac saying this was fixed.

I'll reattach the patch for that one too.

Nodelet now fails to build because there's no "uuid" library; Need to add "ossp-uuid" to rosdep.yaml for macports.

--Nick