barbararoessle / dense_depth_priors_nerf

Dense Depth Priors for Neural Radiance Fields from Sparse Input Views
MIT License
378 stars 49 forks source link

Error while making the preprocessing/build . #32

Closed SumanyuAsthana closed 1 year ago

SumanyuAsthana commented 1 year ago

Hey I keep encountering the following error: //usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1: error adding symbols: DSO missing from command line when I run make -j in preprocessing/build. Any idea how do I go about this? Thanks.

SumanyuAsthana commented 1 year ago

Hey my team member helped me out. The way I solved this was changing the following : find_package(Boost COMPONENTS filesystem REQUIRED) To find_package(Boost COMPONENTS filesystem system REQUIRED)