HISE Logo Forum
    • Categories
    • Register
    • Login

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

    Scheduled Pinned Locked Moved Bug Reports
    2 Posts 2 Posters 224 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.
    • Alex ParadisA
      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 HartC
        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

        54

        Online

        1.7k

        Users

        11.7k

        Topics

        101.9k

        Posts