cartographer icon indicating copy to clipboard operation
cartographer copied to clipboard

make[2]: cpp_out: Command not found

Open JackRen88 opened this issue 3 years ago • 1 comments

Hello,everyone! When I run the following code to compile cartographer,I get the error that is make[2]: cpp_out: Command not found mkdir build cd build cmake .. make -j2

How should I solve it?

JackRen88 avatar Mar 14 '21 09:03 JackRen88

This means that PROTOBUF_PROTOC_EXECUTABLE is not being populated in your CMakeLists, do you have protobuf installed properly?

J-Meyers avatar Feb 03 '23 18:02 J-Meyers