-
Notifications
You must be signed in to change notification settings - Fork 131
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
rosidl_typesupport_introspection_tests
failure while building for Windows - error count exceeds 100
#807
Comments
rosidl_typesupport_introspection_tests
failure while building for Windows - error count exceeds 100
Some more information: I decided to run In the meantime, I ripped
|
It's strange that VS Code couldn't detect the file encoding.
|
I've tried it out on Rolling and windows 11 (with the PR of new pixi instructions for windows) and confirm that this issue still exist. It seems this issue of colcon build is related but currently digging into it if it actually works: colcon/colcon-notification#64 |
Here is the std_out of that error, but I think I found the issue... The name of the path is too long. Maximum is 260 characters and the path it's trying to write to is 269 characters. This max length path limitation that windows has it just really annoying. Currently trying out if there is any better way out of this now.
|
Hmm... I see now that the original issue had probably a different issue and it's maybe not due to the path length Sorry for for that. I can delete my previous comments and add those to another issue, perhaps the colcon/colcon-notification#64 ? It will keep the issue clean but I know that some projects don't like deleting history. |
Bug report
Required Info:
Windows 10 (10.0.19045 Build 19045)
Source
995917e
(iron branch)Eclipse Cyclone DDS
rclpy
Steps to reproduce issue
Follow ROS2 Windows build instructions. (with fix
#96
for resource_retriever)Expected behavior
Build succeeded
Actual behavior
Error when building
rosidl_typesupport_introspection_tests
Failing with
fatal error C1003: error count exceeds 100
Additional information
I can provide the full output of the log file, but since it is over 2k lines long, for brevity, here is just the first 50 lines:
The text was updated successfully, but these errors were encountered: