Skip to content
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

irobot_lock_free_events_queue doesn't support symlink-install when building #9

Open
nightduck opened this issue Dec 13, 2022 · 2 comments

Comments

@nightduck
Copy link

Issue was recreated using the steps in Examples except I ran colcon build --symlink-install to build. The result:

Starting >>> irobot_lock_free_events_queue
--- stderr: irobot_lock_free_events_queue                          
CMake Error at /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_targets.cmake:102 (file):
  Error evaluating generator expression:

    $<TARGET_FILE:irobot_lock_free_events_queue>

  Target "irobot_lock_free_events_queue" is not an executable or library.
Call Stack (most recent call first):
  /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/install.cmake:37 (ament_cmake_symlink_install_targets)
  CMakeLists.txt:29 (install)


CMake Error at /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_targets.cmake:102 (file):
  Error evaluating generator expression:

    $<TARGET_FILE:irobot_lock_free_events_queue>

  Target "irobot_lock_free_events_queue" is not an executable or library.
Call Stack (most recent call first):
  /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/install.cmake:37 (ament_cmake_symlink_install_targets)
  CMakeLists.txt:29 (install)


CMake Generate step failed.  Build files cannot be regenerated correctly.
---
Failed   <<< irobot_lock_free_events_queue [1.00s, exited with code 1]
@alsora
Copy link
Collaborator

alsora commented Dec 13, 2022

Would you mind trying this fix? #7

@nightduck
Copy link
Author

That does fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants