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

"doc" build target is broken #3184

Closed
AlanGriffiths opened this issue Jan 12, 2024 · 1 comment
Closed

"doc" build target is broken #3184

AlanGriffiths opened this issue Jan 12, 2024 · 1 comment

Comments

@AlanGriffiths
Copy link
Collaborator

AlanGriffiths commented Jan 12, 2024

$ cmake --build cmake-build-release --target doc
Built target guides
/bin/sh: 1: .: cannot open .sphinx/venv/bin/activate: No such file
make[4]: *** [Makefile:36: html] Error 2
gmake[3]: *** [doc/CMakeFiles/doc.dir/build.make:70: doc/CMakeFiles/doc] Error 2
gmake[2]: *** [CMakeFiles/Makefile2:2292: doc/CMakeFiles/doc.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:2299: doc/CMakeFiles/doc.dir/rule] Error 2
gmake: *** [Makefile:270: doc] Error 2

Which affects the dependent targets "regenerate-miral-symbols-map" and "regenerate-miroil-symbols-map"

@AlanGriffiths
Copy link
Collaborator Author

This seems to have been an artefact of an old working copy. Fixed by running

make -C cmake-build-release/doc/sphinx install

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