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

Compilation Error #1

Open
C-H-Chien opened this issue Nov 26, 2023 · 1 comment
Open

Compilation Error #1

C-H-Chien opened this issue Nov 26, 2023 · 1 comment

Comments

@C-H-Chien
Copy link

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!

@huntcheaters
Copy link
Owner

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.

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

2 participants