Closed aminya closed 3 years ago
This project doesn't specify the version of clang at all. In all likelihood that d++
binary was built with libclang 10.
This was actually related to the CI bug I fixed in https://github.com/atilaneves/dpp/commit/23490740129846b0d2daf40ea88ec1a7ccd0a471
We should improve the installation instructions in the documentation of dpp and libclang.
When I try to use this with Clang 12, I get such an error on Linux:
It seems it is still using
libclang.so.10
.