Skip to content
New issue

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

catkin_make error #52

Open
for-further opened this issue Nov 11, 2016 · 0 comments
Open

catkin_make error #52

for-further opened this issue Nov 11, 2016 · 0 comments

Comments

@for-further
Copy link

I used catkin_make to compile dvo_slam
got libdvo_slam.so: undefined reference to 'tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'

Linking CXX shared library /home/further/catkin_ws/devel/lib/libdvo_slam.so
[ 97%] Built target dvo_slam
Scanning dependencies of target benchmark
[100%] Building CXX object dvo_slam/dvo_benchmark/CMakeFiles/benchmark.dir/src/benchmark_slam.cpp.o
Linking CXX executable /home/further/catkin_ws/devel/lib/dvo_benchmark/benchmark
/home/further/catkin_ws/devel/lib/libdvo_slam.so: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
collect2: error: ld returned 1 exit status
make[2]: *** [/home/further/catkin_ws/devel/lib/dvo_benchmark/benchmark] Error 1
make[1]: *** [dvo_slam/dvo_benchmark/CMakeFiles/benchmark.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j8 -l8" failed

if I use rosmake, I'll face the same problem like #40
Can anyone help me?
thanks a lot~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant