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

libclang header files not found #100

Open
cicilzx opened this issue Feb 9, 2020 · 0 comments
Open

libclang header files not found #100

cicilzx opened this issue Feb 9, 2020 · 0 comments

Comments

@cicilzx
Copy link

@cicilzx cicilzx commented Feb 9, 2020

I am building the cppast on ubuntu, but it failed.

$ sudo cmake ../
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Installing type_safe via submodule
-- Installing debug_assert via submodule
-- Installing tiny-process-library via submodule
-- Installing cxxopts via submodule
-- cxxopts version 2.2.0
-- Found llvm-config at /usr/bin/llvm-config-6.0
-- Using LLVM version 6.0.0
CMake Error at external/external.cmake:166 (message):
libclang header files not found
Call Stack (most recent call first):
external/external.cmake:238 (_cppast_find_libclang)
CMakeLists.txt:32 (include)

-- Configuring incomplete, errors occurred!
See also "/home/cici/Documents/cppast/build/CMakeFiles/CMakeOutput.log".
See also "/home/cici/Documents/cppast/build/CMakeFiles/CMakeError.log".

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.