Bug 376957 - ECM is not able to find libclang
Summary: ECM is not able to find libclang
Status: RESOLVED DUPLICATE of bug 372311
Alias: None
Product: extra-cmake-modules
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.31.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Alex Merry
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-26 16:09 UTC by Vladislav Dembskiy
Modified: 2017-11-05 16:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladislav Dembskiy 2017-02-26 16:09:03 UTC
During running cmake -DCMAKE_INSTALL_PREFIX=/usr .. 
I have seen the message -- Could not find libclang version 3.8 or greater.
But I have LLVM together with CLANG and COMPILER-RT installed.
Please see ls output:
ved7 [ /sources/KDE/extra-cmake-modules-5.31.0/build ]$ ls /usr/lib/libclang*
/usr/lib/libclangAnalysis.a     /usr/lib/libclangDriver.a              /usr/lib/libclangIndex.a            /usr/lib/libclangSerialization.a           /usr/lib/libclangTooling.a
/usr/lib/libclangARCMigrate.a   /usr/lib/libclangDynamicASTMatchers.a  /usr/lib/libclangLex.a              /usr/lib/libclang.so                       /usr/lib/libclangToolingCore.a
/usr/lib/libclangAST.a          /usr/lib/libclangEdit.a                /usr/lib/libclangParse.a            /usr/lib/libclang.so.3.9
/usr/lib/libclangASTMatchers.a  /usr/lib/libclangFormat.a              /usr/lib/libclangRewrite.a          /usr/lib/libclangStaticAnalyzerCheckers.a
/usr/lib/libclangBasic.a        /usr/lib/libclangFrontend.a            /usr/lib/libclangRewriteFrontend.a  /usr/lib/libclangStaticAnalyzerCore.a
/usr/lib/libclangCodeGen.a      /usr/lib/libclangFrontendTool.a        /usr/lib/libclangSema.a             /usr/lib/libclangStaticAnalyzerFrontend.a
Comment 1 Christophe Marin 2017-11-05 16:54:54 UTC

*** This bug has been marked as a duplicate of bug 372311 ***