clang_parseTransitionUnit2 gives error

Milian Wolff mail at milianw.de
Tue Apr 12 16:37:57 BST 2022


On Tuesday, April 12, 2022 5:33:38 PM CEST Enes Albay wrote:
> I found something. After removing clang and llvm from my system I get the
> following error which is the same as before removing clang.
> 
> I think the actual problem is clang_parseTranslationUnit2 can not call
> clang even before removing clang
> 
> Is there a way to verify such a situation?

We use libclang directly, not clang. Try to ldd on the kdevclangsupport or use 
gdb and `info shared` to see where it loads that from. You didn't remove all 
of that yet apparently.

-- 
Milian Wolff
http://milianw.de




More information about the KDevelop-devel mailing list