You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
I'm trying to figure out why the standard VSCode C++ plugin scans my compile_commands.json-based project just fine but cquery shows undefined macros. I am using cquery HEAD installed with Homebrew on macOS 10.14.2.
Both the VSCode plugin and /usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery --check spit out these messages in the log:
( 0.272s) [querydb ] project.cc:69 | Failed to normalize cc
( 0.282s) [querydb ] platform.cc:109 | Error starting "/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery-clang --version": No such file or directory (2)
( 0.290s) [querydb ] platform.cc:109 | Error starting "/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery-clang -E -x c - -v": No such file or directory (2)
( 0.369s) [querydb ] platform.cc:109 | Error starting "/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery-clang -E -x c -dM -": No such file or directory (2)
( 0.531s) [querydb ] project.cc:69 | Failed to normalize c++
( 0.539s) [querydb ] platform.cc:109 | Error starting "/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery-clang -E -x c++ - -v": No such file or directory (2)
( 0.579s) [querydb ] platform.cc:109 | Error starting "/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery-clang -E -x c++ -dM -": No such file or directory (2)
( 0.690s) [querydb ] platform.cc:109 | Error starting "/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery-clang -E -x objective-c - -v": No such file or directory (2)
( 0.730s) [querydb ] platform.cc:109 | Error starting "/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery-clang -E -x objective-c -dM -": No such file or directory (2)
What is the normalization message? Should cquery built with -DSYSTEM_CLANG=ON look for cquery-clang?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to figure out why the standard VSCode C++ plugin scans my
compile_commands.json
-based project just fine but cquery shows undefined macros. I am using cquery HEAD installed with Homebrew on macOS 10.14.2.Both the VSCode plugin and
/usr/local/Cellar/cquery/HEAD-70c755b/bin/cquery --check
spit out these messages in the log:What is the normalization message? Should cquery built with
-DSYSTEM_CLANG=ON
look forcquery-clang
?The text was updated successfully, but these errors were encountered: