Forum

    • Register
    • Login
    • Search
    • Categories

    OSX - FX Plugin and Standalone App Build Errors with StkFactory?

    Bug Reports
    2
    2
    100
    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.
    • Alex Paradis
      Alex Paradis last edited by

      Hi again,

      MacOS 10.12.6
      I am trying to build FX Plugins and Standalone Apps and I got some strange errors about Stk:

      ❌  /Users/studiob/Downloads/HISE-scriptnode/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:60:25: use of undeclared identifier 'stk'; did you mean 'std'?
      
      ownedFactories.add(new stk::StkFactory(this));
      
      ❌  /Users/studiob/Downloads/HISE-scriptnode/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:60:25: no template named 'StkFactory' in namespace 'std'; did you mean 'Factory'?
      
      ownedFactories.add(new stk::StkFactory(this));
      
      
      ❌  /Users/studiob/Downloads/HISE-scriptnode/hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:60:30: use of class template 'std::Factory' requires template arguments
      
      ownedFactories.add(new stk::StkFactory(this));
      

      I've looked on the forum and no thread about this 😞

      Anybody had this kind of error before?

      Thanks!

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

        It seems like the project is not including the stk module, which was recently added. You most probably are using a project file that was created with the master branch version and try to compile it with the scriptnode branch.

        Try a full clean and rebuild.

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

        5
        Online

        1.2k
        Users

        7.1k
        Topics

        64.9k
        Posts