PJLab-ADG / SensorsCalibration

OpenCalib: A Multi-sensor Calibration Toolbox for Autonomous Driving
Apache License 2.0
2.22k stars 529 forks source link

CMakeFiles/run_lidar2camera.dir/src/run_lidar2camera.cpp.d: No such file or directory #121

Closed Chiwingum11 closed 8 months ago

Chiwingum11 commented 8 months ago

cc1plus: fatal error: CMakeFiles/run_lidar2camera.dir/src/run_lidar2camera.cpp.d: No such file or directory compilation terminated. CMakeFiles/run_lidar2camera.dir/build.make:75: recipe for target 'CMakeFiles/run_lidar2camera.dir/src/run_lidar2camera.cpp.o' failed make[2]: [CMakeFiles/run_lidar2camera.dir/src/run_lidar2camera.cpp.o] Error 1 CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/run_lidar2camera.dir/all' failed make[1]: [CMakeFiles/run_lidar2camera.dir/all] Error 2 Makefile:90: recipe for target 'all' failed make: *** [all] Error 2

Indeed there is no such file but question is, is the cmake .. command responsible for creating the file or not? I have follow the steps and still not able to even get pass the 'make' command line. Please help :)

geojed commented 7 months ago

Were you able to solve this?