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 Aug 24, 2022. It is now read-only.
This is likely unrelated to ide-cpp, but I will post here to have any advice...
I've installed ide-cpp on Atom on macOS Mojave 10.14.5.
clangd is installed with brew (brew install llvm) under:
/usr/local/Cellar/llvm/8.0.0_1/bin/clangd
I have added this path to the ide-cpp. Everything works, expect the diagnostic, where I get a similar problem reported at onivim/oni#826 Unfortunately, what it is suggested there doesn't work on Mojave anymore (and it is was a real hack).
From my understanding, there is a conflict between headers of different compilers, likely the ones installed from Apple under /Library/Developer/CommandLineTools/usr/include/c++/v1 and the version installed with brew under /usr/local/Cellar/llvm/8.0.0_1/include/c++/v1/
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.
This is likely unrelated to ide-cpp, but I will post here to have any advice...
I've installed ide-cpp on Atom on macOS Mojave 10.14.5.
clangd is installed with brew (
brew install llvm
) under:I have added this path to the ide-cpp. Everything works, expect the diagnostic, where I get a similar problem reported at onivim/oni#826 Unfortunately, what it is suggested there doesn't work on Mojave anymore (and it is was a real hack).
From my understanding, there is a conflict between headers of different compilers, likely the ones installed from Apple under
/Library/Developer/CommandLineTools/usr/include/c++/v1
and the version installed with brew under/usr/local/Cellar/llvm/8.0.0_1/include/c++/v1/
The text was updated successfully, but these errors were encountered: