On Mon, Sep 2, 2024 at 7:59 AM Junjie Mao <junjie....@intel.com> wrote: > + '-print-file-name=libclang-' + host_clang_major + '.so',
Note that libclang-MAJOR.so is a Debian-ism. On Fedora for example I have libclang.so.MAJOR.MINOR instead. Overall, this is a pain and I'd rather leave it to Meson developers to fix it. Until then, you'll have to make sure your clang/libclang versions match, or pass CLANG_PATH/LIBCLANG_PATH. Paolo