redsea icon indicating copy to clipboard operation
redsea copied to clipboard

Cannot compile on MacOS: library 'liquid' not found

Open kermit112 opened this issue 7 months ago • 6 comments

Trying to compile the latest releases (1.0 and 1.0.1) but it stops with this error message: The Meson build system Version: 1.5.0 Source dir: /Users/janpeuser/redsea_old Build dir: /Users/janpeuser/redsea_old/build Build type: native build Project name: redsea Project version: 1.0.1 C++ compiler for the host machine: c++ (clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.3.9.4)") C++ linker for the host machine: c++ ld64 1053.12 Host machine cpu family: x86_64 Host machine cpu: x86_64 Configuring config.h using configuration Compiler for C++ supports arguments -Wno-unknown-pragmas: YES meson.build:29: WARNING: Consider using the built-in option for language standard version instead of using "-std=c++14". Found pkg-config: YES (/usr/local/bin/pkg-config) 0.29.2 Run-time dependency sndfile found: YES 1.2.2 Run-time dependency nlohmann_json found: YES 3.11.3

meson.build:70:20: ERROR: C++ shared or static library 'liquid' not found

Liquid-DSP is installed via brew. Maybe I'm holding it wrong, but you have a hint for fixing this.

kermit112 avatar Jul 23 '24 07:07 kermit112