18.01.2024, 17:13
I'm in the middle of my fight to install on Manjaro (and, yes, I am following other related threads). I'm working on compiling from the GitHub clone rather than using the repo install (which didn't work at all). I've got vapoursynth up OK (I think), and about 80% of the plugins compile ok, but everything with meson build hits this:
I truncated after the first 3, but there are a hundred or so .a's missing. And they really are missing, no such files in /usr/lib (nor in $HOME/opt/vapoursynth/lib)
Where should all those .a's come from? Did I miss something out, or miss an error message in build-vapoursynth maybe?
llvm-config found: YES (/usr/bin/llvm-config-15) 15.0.7
Run-time dependency LLVM found: NO
meson.build:90:10: ERROR: Dependency lookup for llvm with method 'config-tool' failed: Could not generate for LLVM.
llvm-config: error: missing: /usr/lib/llvm15/lib/libLLVMBinaryFormat.a
llvm-config: error: missing: /usr/lib/llvm15/lib/libLLVMBitstreamReader.a
llvm-config: error: missing: /usr/lib/llvm15/lib/libLLVMRemarks.a
...
Where should all those .a's come from? Did I miss something out, or miss an error message in build-vapoursynth maybe?