Created
November 11, 2025 08:42
-
-
Save sletz/912005eb55d116fc12c5a05f013fe2ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| faust2clap organ.dsp | |
| [i] JSON metadata not available, falling back to C++ parsing. | |
| [i] Detected as INSTRUMENT based on name containing 'organ' | |
| [i] Add this to your CMakeLists.txt: | |
| include_directories("/Users/letz/Developpements/faust/utilisateurs/Steph/build/organ") | |
| [*] extracted metadata: | |
| id: org.faust.organ | |
| name: organ | |
| vendor: faust | |
| version: 1.0.0 | |
| description: Plugin generated from organ.dsp | |
| polyphonic: True | |
| voices: 16 | |
| [✓] generated: /Users/letz/Developpements/faust/utilisateurs/Steph/build/organ/organ_clap.cpp | |
| [!] cmake build failed. | |
| [stderr] | |
| CMake Warning (dev) at external/clap-helpers/CMakeLists.txt:101 (install): | |
| Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run | |
| "cmake --help-policy CMP0177" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Error: File /usr/local/share/faust2clap/cmake/generic.plist.in does not exist. | |
| CMake Error at CMakeLists.txt:87 (configure_file): | |
| configure_file Problem configuring file | |
| [stdout] | |
| -- The C compiler identification is AppleClang 14.0.0.14000029 | |
| -- The CXX compiler identification is AppleClang 14.0.0.14000029 | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped | |
| -- Detecting C compile features | |
| -- Detecting C compile features - done | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped | |
| -- Detecting CXX compile features | |
| -- Detecting CXX compile features - done | |
| -- Faust include dir: /usr/local/include | |
| -- CLAP version: 1.2.6 | |
| -- Using hardcoded RtMidi: | |
| -- Library: /opt/homebrew/Cellar/rtmidi/6.0.0/lib/librtmidi.dylib | |
| -- Include: /opt/homebrew/Cellar/rtmidi/6.0.0/include | |
| -- Will copy plugin 'organ' after build | |
| -- Configuring incomplete, errors occurred! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment