Errors Compiling Networks with ScriptNode Clones (macOS)
-
I'm thinking it's the Clones, as the error messages reference a Slider Pack. The number of Clones was dynamic, but I've set to Fixed to try get the compiler to work (no dice).
️ /Users/drwevans/Documents/Content/Projects/Audio Research/PRISM/Development/HISE Plugin/PRISM Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Builds/MacOSX/PRISM.xcodeproj: [33mThe macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 15.2.99. (in target 'PRISM - Dynamic Library' from project 'PRISM')[0m
CompileC /Users/drwevans/Documents/Content/Projects/Audio\ Research/PRISM/Development/HISE\ Plugin/PRISM\ Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Builds/MacOSX/build/PRISM.build/Release/PRISM\ -\ Dynamic\ Library.build/Objects-normal/x86_64/RNBO.o /Users/drwevans/Documents/Content/Projects/Audio\ Research/PRISM/Development/HISE\ Plugin/PRISM\ Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Source/RNBO.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'PRISM - Dynamic Library' from project 'PRISM')
[32m cd /Users/drwevans/Documents/Content/Projects/Audio\ Research/PRISM/Development/HISE\ Plugin/PRISM\ Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Builds/MacOSX[0m
[[36mPRISM - Dynamic Library[0m] [1mCompiling[0m RNBO.cpp
[[36mPRISM - Dynamic Library[0m] [1mCompiling[0m Main.cpp/Users/drwevans/Documents/Content/Projects/Audio Research/PRISM/Development/HISE Plugin/PRISM Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Source/prismNewerHybridModeller.h:48:60: [31muse of class template 'control::cable_table' requires template arguments[0m
48 | using cable_table_t = wrap::data<wrap::no_process<control::cable_table, cable_table_mod>,
[36m | ^[0m
/Users/drwevans/Documents/Content/Projects/Audio Research/PRISM/Development/HISE Plugin/PRISM Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Source/prismNewerHybridModeller.h:49:59: [31mexpected ';' after alias declaration[0m
49 | data::external::table<0>>;
[36m | ^[0m
/Users/drwevans/Documents/Content/Projects/Audio Research/PRISM/Development/HISE Plugin/PRISM Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Source/prismNewerHybridModeller.h:51:44: [31muse of undeclared identifier 'cable_table_t'[0m
51 | using ramp1_t = wrap::mod<parameter::plain<cable_table_t, 0>,
[36m | ^[0m
/Users/drwevans/Documents/Content/Projects/Audio Research/PRISM/Development/HISE Plugin/PRISM Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Source/prismNewerHybridModeller.h:52:64: [31mexpected ';' after alias declaration[0m
52 | wrap::no_data<core::ramp<NV, false>>>;
59 | using clone_pack_mod = parameter::from0To1<ramp1_t,
[36m | ^[0m
64 | using clone_pack_t = wrap::data<control::clone_pack<parameter::cloned<clone_pack_mod>>,
[36m | ^[0m
/Users/drwevans/Documents/Content/Projects/Audio Research/PRISM/Development/HISE Plugin/PRISM Plugin/Repository/prism-demo-plugin-app/DspNetworks/Binaries/Source/prismNewerHybridModeller.h:65:63: [31mexpected ';' after alias declaration[0m
65 | data::external::sliderpack<0>>;
[36m | ^[0m
/Users/drwevans/Documents/Content/Projects/Audio Research
I'm guessing it's these Sliderpacks, and perhaps that they are linked to externals.
This is what the Network looks like after I try to compile—the actual Network looks nothing like this.
-
C clevername27 marked this topic as a question