HISE Logo Forum
    • Categories
    • Register
    • Login

    Export build errors with latest develop

    Scheduled Pinned Locked Moved Bug Reports
    build error
    3 Posts 3 Posters 290 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • d.healeyD
      d.healey
      last edited by

      /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);
      

      Libre Wave - Freedom respecting instruments and effects
      My Patreon - HISE tutorials
      YouTube Channel - Public HISE tutorials

      orangeO 1 Reply Last reply Reply Quote 0
      • orangeO
        orange @d.healey
        last edited by orange

        @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)
             ^
        
        

        develop Branch / XCode 13.1
        macOS Monterey / M1 Max

        Christoph HartC 1 Reply Last reply Reply Quote 0
        • Christoph HartC
          Christoph Hart @orange
          last edited by

          Should be good now.

          1 Reply Last reply Reply Quote 3
          • First post
            Last post

          55

          Online

          1.7k

          Users

          11.7k

          Topics

          101.8k

          Posts