CMake real time logging #1449
Unanswered
javathunderman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to watch the build logs from CMake or make in real time? I know that when the build is finished there's a CMake.log file that gets generated/printed to console, but it doesn't look like Bazel writes to that log file in real time.
Currently, I'm trying to debug why my build isn't finishing, and I'm not sure if it's getting stuck or just taking a very long time to build the dependency. The repository is here: https://github.com/javathunderman/bazel-lean-build. Specifically, I'm trying to use rules_foreign_cc to build Lean from Bazel, via CMake.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions