-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marker.msg DELETE field conflicts with windows SDK 8.1 #44
Comments
@dejanpan, I'm @serge-nikulin here. |
Another instance where this came up: https://github.com/ros2/rviz/pull/296/files#diff-04fd38f59f6b88e57db1feea94b3fa4cR44 |
Are you going to address it somehow? |
Well in There's an effort underway to address the problem more generally, please ask there. |
nah, I'm good unless we support Windows formally. |
Bug report
It looks like I've found one more conflict with Windows SDK 8.1.
Windows SDK defines DELETE macro in winnt.h.
src\ros2\common_interfaces\visualization_msgs\msg\Marker.msg uses
uint8 DELETE=2
Required Info:
Win 8.1
source
beta3-release
RTI Connext
rmw_connext_cpp
Steps to reproduce issue
ament build
Expected behavior
compile sucesss
Actual behavior
compile fails
Additional information
@serge.nikulin
The text was updated successfully, but these errors were encountered: