Export build errors with latest develop
-
/media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1706:6: error: ‘DspNetworkListeners’ has not been declared 1706 | void DspNetworkListeners::PatchAutosaver::removeDanglingConnections(ValueTree& v) | ^~~~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp: In function ‘void scriptnode::removeDanglingConnections(juce::ValueTree&)’: /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1708:17: error: ‘snex::cppgen::ValueTreeIterator’ has not been declared 1708 | cppgen::ValueTreeIterator::forEach(v, snex::cppgen::ValueTreeIterator::ChildrenFirst, [v](ValueTree& c) | ^~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1708:61: error: ‘snex::cppgen::ValueTreeIterator’ has not been declared 1708 | cppgen::ValueTreeIterator::forEach(v, snex::cppgen::ValueTreeIterator::ChildrenFirst, [v](ValueTree& c) | ^~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp: In lambda function: /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1712:48: error: ‘snex::cppgen::ValueTreeIterator’ has not been declared 1712 | return cppgen::ValueTreeIterator::forEach(v, snex::cppgen::ValueTreeIterator::ChildrenFirst, [id](ValueTree& n) | ^~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1712:92: error: ‘snex::cppgen::ValueTreeIterator’ has not been declared 1712 | return cppgen::ValueTreeIterator::forEach(v, snex::cppgen::ValueTreeIterator::ChildrenFirst, [id](ValueTree& n) | ^~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp: At global scope: /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1746:6: error: ‘DspNetworkListeners’ has not been declared 1746 | bool DspNetworkListeners::PatchAutosaver::stripValueTree(ValueTree& v) | ^~~~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp: In function ‘bool scriptnode::stripValueTree(juce::ValueTree&)’: /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1763:21: error: ‘removePropIfDefault’ was not declared in this scope 1763 | if (removePropIfDefault(propChild.getChild(i), PropertyIds::IsVertical, 1)) | ^~~~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1767:9: error: ‘removeIfNoChildren’ was not declared in this scope 1767 | removeIfNoChildren(propChild); | ^~~~~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1770:17: error: ‘removeIfDefault’ was not declared in this scope 1770 | removeIfDefault(v, id, PropertyIds::Helpers::getDefaultValue(id)); | ^~~~~~~~~~~~~~~ /media/dave/Work/Tools/HISE/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1772:9: error: ‘removeIfDefined’ was not declared in this scope 1772 | removeIfDefined(v, PropertyIds::Value, PropertyIds::Automated);
-
@d-healey Same
DspNetworkListeners
errors / Latest develop branch / fx plugin export...❌ /Users/byhn/Documents/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1711:6: use of undeclared identifier 'DspNetworkListeners' void DspNetworkListeners::PatchAutosaver::removeDanglingConnections(ValueTree& v) ^ ❌ /Users/byhn/Documents/HISE-develop/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:1751:6: use of undeclared identifier 'DspNetworkListeners' bool DspNetworkListeners::PatchAutosaver::stripValueTree(ValueTree& v) ^
-
Should be good now.