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
Hi,I really want to use this software, but I still can't compile it, It always says that "Found LLVM 3.8.0 in /usr/local",but i can't find anything about LLVM 3.8.0 in /usr/local.
whereis is not the right command to locate something. Use find instead.
The error is Could not find any clang builtins headers in ... which shows the directory its looking into. Seems like your llvm/clang is installed incorrectly or installed in a way which doesn't work with code_browser.
Can you try to grab a new clang+llvm and try with that?
Hi,I really want to use this software, but I still can't compile it, It always says that "Found LLVM 3.8.0 in /usr/local",but i can't find anything about LLVM 3.8.0 in /usr/local.
Can you help me ? Thanks a lot.
I use:
in build
The text was updated successfully, but these errors were encountered: