particle-sfm icon indicating copy to clipboard operation
particle-sfm copied to clipboard

make error when build TheiaSfM

Open DRosemei opened this issue 1 year ago • 2 comments

Thanks for your nice work! But I meet trouble when building TheiaSfM image image How could I solve it? Thanks in advance!

DRosemei avatar Sep 28 '22 01:09 DRosemei

How did you install ImageIO? I did not run into this problem, but a quick fix could be using C++14 for installing Theia: https://github.com/B1ueber2y/TheiaSfM/blob/particle-sfm/CMakeLists.txt#L39.

B1ueber2y avatar Sep 28 '22 14:09 B1ueber2y

How did you install ImageIO? I did not run into this problem, but a quick fix could be using C++14 for installing Theia: https://github.com/B1ueber2y/TheiaSfM/blob/particle-sfm/CMakeLists.txt#L39.

Thansk for you reply. I followed guidance here:https://github.com/bytedance/particle-sfm/blob/main/misc/doc/theia.md. I have tried change C++17 to C++ 14, but there are still errors: image

DRosemei avatar Sep 29 '22 06:09 DRosemei