Skip to content
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

meet a llvm3.8 error when i cmake the project #103

Open
sanbuphy opened this issue Dec 20, 2022 · 1 comment
Open

meet a llvm3.8 error when i cmake the project #103

sanbuphy opened this issue Dec 20, 2022 · 1 comment

Comments

@sanbuphy
Copy link

sanbuphy commented Dec 20, 2022

image

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:

cmake .. -DLLVM_CONFIG_EXECUTABLE=/usr/bin/llvm-config-7 -DCMAKE_BUILD_TYPE=Release

in build

@Waqar144
Copy link
Collaborator

Waqar144 commented Jan 9, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants