-
Notifications
You must be signed in to change notification settings - Fork 113
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
No source files found in compile args #204
Comments
I see the same issue. I think this got broken with the Bazel update:
|
Made a lazy and likely wrong fix, but being in a hurry. Can be used by adding this to MODULE.bazel:
Would appreciate any suggestions on how to fix this properly. |
Duplicate of #199 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
got this error when compiling abseil library.
bazel-compile-commands-extractor/refresh.template.py
Lines 613 to 621 in 1e08f8e
This command seems try to generate a preprocessed header file, so it contains no cpp source files.
The text was updated successfully, but these errors were encountered: