AkarinVS
AkarinVS
does Arch support installing multiple llvm versions? llvm 14 changed some old APIs and it might take some time to adapt the code to it.
The version check is meaningful. please don't override it. LLVM 14 has some incompatible APIs. @sl1pkn07, is it possible to add the llvm < 14 version requirement to https://aur.archlinux.org/packages/vapoursynth-plugin-vsakarin-git to...
Thanks! I believe it should fix the build errors. Will keep this issue open to track llvm 14 support (though not a top priority as llvm 13 already works well...
Now it supports llvm 10 - 15.
The included meson.build should work under Linux. Just make sure to have the correct llvm version (10 to 12, and 13 is not yet supported.)
I have pushed a commit to support LLVM 13, so building on Linux might be easier as you don't need to install an older version of LLVM.
I have seen errors like this in the past, perhaps you have two preloaded plugins that both use LLVM (perhaps one is statically linked with LLVM, and another one is...