larics / cartographer_frontier_detection

43 stars 11 forks source link

Install error #1

Open han-kyung-min opened 3 years ago

han-kyung-min commented 3 years ago

Thanks for the nice contribution.

Could you please help me with building your SW here ? After cloned "cartographer_frontier_detector" repo. I gave the command line: "catkin_make_isolated --install --use-ninja"

However, this led me to an error message below:

ninja: error: build.ninja:5334: multiple rules generate abseil/src/abseil-build/absl/synchronization/libabsl_synchronization.a [-w dupbuild=err]

<== Failed to process package 'cartographer: Command '['ninja', 'build.ninja']' returned non-zero exit status 1.

The standard cartographer install uses "src/cartographer/scripts/install_abseil.sh". However, this package doesn't.

Could you please help me with resolving this issue ?

Thanks

gcy95 commented 2 years ago

me neither;did you solve it ?

ojura commented 2 years ago

Have you tried building without --use-ninja?

yujun2019 commented 5 months ago

me neither;did you solve it ?

yujun2019 commented 5 months ago

Have you tried building without --use-ninja?

thank you, it is ok