December 3, 20214 yr Hi, I'm trying to get CLM working with OM 2.2 on MacOS Monterey I'm trying to run the 'Load CLM Instruments.lisp' file, but I am getting this error message: Error: Error opening shared library /Users/q/Documents/Opusmodus/CLM/libclm/clm_complete_add.dylib : dlopen(/Users/q/Documents/Opusmodus/CLM/libclm/clm_complete_add.dylib, 0x000A): tried: '/Users/q/Documents/Opusmodus/CLM/libclm/clm_complete_add.dylib' (no such file), '/usr/lib/clm_complete_add.dylib' (no such file). > While executing: open-shared-library, in process Listener-4(279). I'm not seeing that file in any of my directories, there is a 'clm_complete_add.c' though (I followed the documentation about using Terminal to check that command line tools are installed via xcode-select and they are) Thanks for the help! Best, Quinsin
December 5, 20214 yr If you have followed the instruction form "README FIRST - CLM Installation" file?
December 5, 20214 yr Author I tried following the instructions, but I keep getting that error message above about 'no such file' I had already typed 'xcode-select --version' in my Terminal and I have xcode-select version 2392 Then when I try running 'Load CLM Instruments.lisp' a get the error message above Thanks for your help - would love to be able to explore the CLM sounds
December 9, 20214 yr Is your 'Load CLM Instruments.lisp' file starting like: ;; ------------------------------------------------------------ ;; Compile and load instruments ;; ------------------------------------------------------------ (in-package :Opusmodus) (load-clm-ins "add" "addflt" "addsnd" "anoi" "add-noise-filtered" ..) Maybe you need to install the Opusmodus folder in your home directory.
Create an account or sign in to comment