osrf / robocup3ds

Gazebo support for the RoboCup 3D simulation league.
11 stars 2 forks source link

Cannot find -lgazebo_text_fixture #39

Closed osrf-migration closed 4 years ago

osrf-migration commented 4 years ago

Original report (archived issue) by Anonymous.


[ 65%] Linking CXX executable UNIT_Geometry_TEST /usr/bin/ld: cannot find -lgazebo_test_fixture collect2: error: ld returned 1 exit status src/CMakeFiles/UNIT_Agent_TEST.dir/build.make:171: recipe for target 'src/UNIT_Agent_TEST' failed make[2]: [src/UNIT_Agent_TEST] Error 1 CMakeFiles/Makefile2:379: recipe for target 'src/CMakeFiles/UNIT_Agent_TEST.dir/all' failed make[1]: [src/CMakeFiles/UNIT_Agent_TEST.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....

osrf-migration commented 4 years ago

Original comment by Kushal Kedia (Bitbucket: Kushal Kedia).


[ 65%] Linking CXX executable UNIT_Geometry_TEST

/usr/bin/ld: cannot find -lgazebo_test_fixture
collect2: error: ld returned 1 exit status

src/CMakeFiles/UNIT_Agent_TEST.dir/build.make:171: recipe for target 'src/UNIT_Agent_TEST' failed

make[2]: *** [src/UNIT_Agent_TEST] Error 1
CMakeFiles/Makefile2:379: recipe for target 'src/CMakeFiles/UNIT_Agent_TEST.dir/all' failed

make[1]: *** [src/CMakeFiles/UNIT_Agent_TEST.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

This is a better formatted version of the error while making the build file

osrf-migration commented 4 years ago

Original comment by Kushal Kedia (Bitbucket: Kushal Kedia).


Downloaded gazebo7.16.0 to replace gazebo 7.0.0 to resolve this issue.

osrf-migration commented 4 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Thank you for sharing the solution! Please reopen if the issue reappears.