Patryk Strużek
Patryk Strużek
You mean clang ? I have both clang and clang++. ``` > clang --version clang version 18.1.3 Target: x86_64-pc-windows-msvc Thread model: posix InstalledDir: C:\Program Files\LLVM\bin > clang++ --version clang version...
Warning disappeared, but the same error as before still occurs. ``` The Meson build system Version: 1.4.0 Source dir: C:\Users\Patryk\Desktop\1479 Build dir: C:\Users\Patryk\Desktop\1479\build Build type: native build Project name: 1479...
I'am also pasting here log from meson logs. ``` Dependency lookup for llvm with method 'config-tool' failed: Could not generate for LLVM. llvm-config: error: LLVM-19git.dll is missing Run-time dependency LLVM...
I don't have any additional args for now. I Just straight call dependency. ``` project('project', 'cpp', 'c', version: '0.1', meson_version: '1.4.0') llvm = dependency('llvm') ```