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
Everything used to work fine, now I tried a reinstall because a hopefully unrelated error, and not it wont compile with neither catkin_make nor catkin build.
I am using Ubuntu 14 with Indigo.
Everything used to work fine, now I tried a reinstall because a hopefully unrelated error, and not it wont compile with neither catkin_make nor catkin build.
catkin make gives:
make[5]: *** [cvd_src/image_io/cvdimage.o] Error 1
make[4]: *** [libcvd_built] Error 2
make[3]: *** [all] Error 2
make[2]: *** [thirdparty/src/thirdparty-stamp/thirdparty-build] Error 2
make[1]: *** [tum_ardrone/CMakeFiles/thirdparty.dir/all] Error 2
make: *** [all] Error 2
make: INTERNAL: Exiting with 9 jobserver tokens available; should be 8!
The solution in #78 and unzipping the thirdparty folder doesnt make a difference.
catkin build:
make[5]: *** [cvd_src/image_io/cvdimage.o] Error 1
make[4]: *** [libcvd_built] Error 2
make[3]: *** [all] Error 2
make[2]: *** [thirdparty/src/thirdparty-stamp/thirdparty-build] Error 2
make[1]: *** [CMakeFiles/thirdparty.dir/all] Error 2
make: *** [all] Error 2
cd /home/loud2/lasresort_ws/build/tum_ardrone; catkin build --get-env tum_ardrone | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
...............................................................................
Failed << tum_ardrone:make [ Exited with code 2 ]
Failed <<< tum_ardrone [ 1 minute and 1.6 seconds ]
[build] Summary: 1 of 2 packages succeeded.
[build] Ignored: None.
[build] Warnings: None.
[build] Abandoned: None.
[build] Failed: 1 packages failed.
[build] Runtime: 1 minute and 4.0 seconds total.
[build] Note: Workspace packages have changed, please re-source setup files to use them.
The text was updated successfully, but these errors were encountered: