Created
October 15, 2025 17:46
-
-
Save sletz/9d3a87380fb9b1e5e4fc5a5421347f39 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 | |
| /usr/local/share/faust/clap/clap-arch.cpp | |
| arch_path_from_faust: /usr/local/share/faust/clap/clap-arch.cpp | |
| [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: FOO_ BAR TOTO TITI | |
| 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 | |
| [*] running cmake build | |
| [!] cmake build failed. | |
| [stderr] | |
| CMake Error: Unable to (re)create the private pkgRedirects directory: | |
| /usr/local/share/faust/tools/faust2clap/build/CMakeFiles/pkgRedirects | |
| This may be caused by not having read/write access to the build directory. | |
| Try specifying a location with read/write access like: | |
| cmake -B build | |
| If using a CMake presets file, ensure that preset parameter | |
| 'binaryDir' expands to a writable directory. | |
| [stdout] | |
| No stdout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment