Skip to content

Conversation

@seanyen
Copy link

@seanyen seanyen commented Mar 24, 2020

Many ROS packages adopt this visibility control header to make the packages Windows-compatible. And the visibility control is conditionally guarded by ROS_BUILD_SHARED_LIBS which is defined by catkin in CMake file.

However, for sip module, it is running its own Makefile generated by sip, and this important definition (ROS_BUILD_SHARED_LIBS) is not automatically inherited. In such case, when it is building the sip module and ROS visibility control headers are in use there, it doesn't use the expected visibility control code path.

@seanyen
Copy link
Author

seanyen commented Mar 24, 2020

@dirk-thomas This is ready for review and merge. Thanks!

@seanyen
Copy link
Author

seanyen commented Apr 9, 2020

@dirk-thomas Friendly ping.

@seanyen
Copy link
Author

seanyen commented May 12, 2020

@dirk-thomas Following up. Any feedback would be appreciated.

@dirk-thomas
Copy link
Contributor

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit 3ccd1f2 into ros-visualization:melodic-devel May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants