Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing include? #3

Open
mhhagen opened this issue Nov 2, 2022 · 2 comments
Open

Missing include? #3

mhhagen opened this issue Nov 2, 2022 · 2 comments

Comments

@mhhagen
Copy link

mhhagen commented Nov 2, 2022

Hi!

I ran into a problem while building MowgliRover. The script "build_all.sh" run into an compile error

/home/pi/MowgliRover/src/Mowgli-open_mower_ros/src/mower_utils/src/planner_test.cpp:6:10: fatal error: slic3r_coverage_planner/PlanPath.h: No such file or directory
    6 | #include "slic3r_coverage_planner/PlanPath.h"

The include is nowhere to be found?! Can anyone help?

Michael

@mhhagen
Copy link
Author

mhhagen commented Nov 2, 2022

Digging further into the issue I discovered a previous error that the cmake runs into while cloning Slic3r:

Cloning into 'Slic3r'...
fatal: reference is not a tree: b1a5500f427700ac3dffc0e7d9535ea65f993537
CMake Error at /home/pi/MowgliRover/build/Mowgli-open_mower_ros/src/lib/slic3r_coverage_planner/Slic3r/tmp/Slic3r-gitclone.cmake:40 (message):
  Failed to checkout tag: 'b1a5500f427700ac3dffc0e7d9535ea65f993537'

make[2]: *** [Mowgli-open_mower_ros/src/lib/slic3r_coverage_planner/CMakeFiles/Slic3r.dir/build.make:91: Mowgli-open_mower_ros/src/lib/slic3r_coverage_planner/Slic3r/src/Slic3r-stamp/Slic3r-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:2244: Mowgli-open_mower_ros/src/lib/slic3r_coverage_planner/CMakeFiles/Slic3r.dir/all] Error 2

@mhhagen
Copy link
Author

mhhagen commented Nov 13, 2022

Any ideas anyone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant