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
Hi, sir! Thanks for your job. I have a problem when using catkin_make. Here are the error logs
` [ 97%] Linking CXX executable /home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner
//usr/lib/x86_64-linux-gnu/libapr-1.so.0: undefined reference to uuid_generate@UUID_1.0' collect2: error: ld returned 1 exit status lattice_planner/CMakeFiles/pathPlanner.dir/build.make:155: recipe for target '/home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner' failed make[2]: *** [/home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner] Error 1 CMakeFiles/Makefile2:4192: recipe for target 'lattice_planner/CMakeFiles/pathPlanner.dir/all' failed make[1]: *** [lattice_planner/CMakeFiles/pathPlanner.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j12 -l12" failed
uuid_generate@UUID_1.0' collect2: error: ld returned 1 exit status lattice_planner/CMakeFiles/pathPlanner.dir/build.make:155: recipe for target '/home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner' failed make[2]: *** [/home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner] Error 1 CMakeFiles/Makefile2:4192: recipe for target 'lattice_planner/CMakeFiles/pathPlanner.dir/all' failed make[1]: *** [lattice_planner/CMakeFiles/pathPlanner.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j12 -l12" failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, sir! Thanks for your job. I have a problem when using catkin_make. Here are the error logs
` [ 97%] Linking CXX executable /home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner
//usr/lib/x86_64-linux-gnu/libapr-1.so.0: undefined reference to
uuid_generate@UUID_1.0' collect2: error: ld returned 1 exit status lattice_planner/CMakeFiles/pathPlanner.dir/build.make:155: recipe for target '/home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner' failed make[2]: *** [/home/usv/Desktop/catkin_test/devel/lib/lattice_planner/pathPlanner] Error 1 CMakeFiles/Makefile2:4192: recipe for target 'lattice_planner/CMakeFiles/pathPlanner.dir/all' failed make[1]: *** [lattice_planner/CMakeFiles/pathPlanner.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j12 -l12" failed
The text was updated successfully, but these errors were encountered: