We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run catkin_make after cloning the repo I get this error message.
/usr/bin/ld: cannot find -lhdf5 collect2: error: ld returned 1 exit status reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/build.make:376: recipe for target '/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so' failed make[2]: *** [/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so] Error 1 CMakeFiles/Makefile2:1176: recipe for target 'reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all' failed make[1]: *** [reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... How do I fix this?
/usr/bin/ld: cannot find -lhdf5 collect2: error: ld returned 1 exit status reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/build.make:376: recipe for target '/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so' failed make[2]: *** [/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so] Error 1 CMakeFiles/Makefile2:1176: recipe for target 'reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all' failed make[1]: *** [reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
Did you fix this? Having the same issue
Sorry, something went wrong.
Use the method given in #41 .
Thank you , it solved
No branches or pull requests
When I run catkin_make after cloning the repo I get this error message.
/usr/bin/ld: cannot find -lhdf5 collect2: error: ld returned 1 exit status reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/build.make:376: recipe for target '/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so' failed make[2]: *** [/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so] Error 1 CMakeFiles/Makefile2:1176: recipe for target 'reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all' failed make[1]: *** [reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
How do I fix this?
The text was updated successfully, but these errors were encountered: