You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make[2]: *** No rule to make target 'flir_camera_driver/spinnaker_camera_driver/usr/lib/libSpinnaker.so', needed by '/home/deanderosa/catkin_ws/devel/lib/libSpinnakerCameraLib.so'.
#90
Open
dderosa1 opened this issue
Feb 26, 2022
· 3 comments
When I tried to make the repo I got the following error:
make[2]: *** No rule to make target 'flir_camera_driver/spinnaker_camera_driver/usr/lib/libSpinnaker.so', needed by '/home/deanderosa/catkin_ws/devel/lib/libSpinnakerCameraLib.so'. Stop.
make[1]: *** [CMakeFiles/Makefile2:4190: flir_camera_driver/spinnaker_camera_driver/CMakeFiles/SpinnakerCameraLib.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
I can no longer download Spinnaker using the script. It looks like libSpinnaker is moved to a destination directory specified by ${CMAKE_CURRENT_BINARY_DIR}/usr/include/spinnaker when called by DownloadSpinnaker.cmake.
Should I copy the files libSpinnaker.so.2.6.0.156, alibSpinnaker.so, and libSpinnaker.so from flir_camera_driver/spinnaker_camera_driver/usr/lib/libSpinnaker.so to ~/usr/include/spinnaker?
The text was updated successfully, but these errors were encountered:
Happened to me also (building on noetic), and fixed it by changing the FLIR_LIB_VAR path from .../user/lib... to .../opt/spinnaker/lib... in file spinnaker_camera_driver/cmake/DownloadSpinnaker.cmake
Happened to me also (building on noetic), and fixed it by changing the FLIR_LIB_VAR path from .../user/lib... to .../opt/spinnaker/lib... in file spinnaker_camera_driver/cmake/DownloadSpinnaker.cmake
When I tried to make the repo I got the following error:
make[2]: *** No rule to make target 'flir_camera_driver/spinnaker_camera_driver/usr/lib/libSpinnaker.so', needed by '/home/deanderosa/catkin_ws/devel/lib/libSpinnakerCameraLib.so'. Stop.
make[1]: *** [CMakeFiles/Makefile2:4190: flir_camera_driver/spinnaker_camera_driver/CMakeFiles/SpinnakerCameraLib.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
I can no longer download Spinnaker using the script. It looks like libSpinnaker is moved to a destination directory specified by ${CMAKE_CURRENT_BINARY_DIR}/usr/include/spinnaker when called by DownloadSpinnaker.cmake.
Should I copy the files libSpinnaker.so.2.6.0.156, alibSpinnaker.so, and libSpinnaker.so from flir_camera_driver/spinnaker_camera_driver/usr/lib/libSpinnaker.so to ~/usr/include/spinnaker?
The text was updated successfully, but these errors were encountered: