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
Hi, I am using Ubuntu 20.04 and I'm trying to run your code on my local machine.
I met the following error message during compilation with make -j command:
[ 18%] Building CXX object src/dvo_weight/CMakeFiles/dvo_weight.dir/src/util/histogram.o
[ 18%] Building CXX object src/dvo_weight/CMakeFiles/dvo_weight.dir/src/core/weight_calculation.o
c++: fatal error: no input files
compilation terminated.
c++: fatal error: no input files
compilation terminated.
/bin/sh: 1: -msse2: not found
/bin/sh: 1: -msse2: not found
Do you have any idea on how to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
I am not sure if there is linux version of TBB. It seems to be TBB library not found by the 2nd error. In this project, dvo core requires TBB for accelartion.
Hi, I am using Ubuntu 20.04 and I'm trying to run your code on my local machine.
I met the following error message during compilation with
make -j
command:Do you have any idea on how to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: