HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. cooltehno
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    cooltehno

    @cooltehno

    0
    Reputation
    76
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    cooltehno Unfollow Follow

    Latest posts made by cooltehno

    • Installing problem in ubuntu 18.04

      Hi! Is there any way to install HISE to Linux (ubuntu 18.04) without compiling? I'm not a programmer and I was trying to install it following instructions from here:
      https://github.com/christophhart/HISE/
      but without success...

      In the terminal I've got this:

      ~~~~```
      cooltehno@cooltehno-sys:~/HISE/projects/standalone/Builds/LinuxMakefile$ make CONFIG=Release
      Compiling include_hi_core.cpp
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:91:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h: In member function ‘void hise::SharedPoolBase<DataType>::loadAllFilesFromProjectFolder()’:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:837:38: warning: invalid use of incomplete type ‘class hise::MainController’
         auto fileList = getMainController()->getCurrentFileHandler().getFileList(type, false, true);
                                            ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:78:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/UtilityClasses.h:39:7: note: forward declaration of ‘class hise::MainController’
       class MainController;
             ^~~~~~~~~~~~~~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:91:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h: In member function ‘hise::SharedPoolBase<DataType>::ManagedPtr hise::SharedPoolBase<DataType>::loadFromReference(hise::PoolReference, hise::PoolHelpers::LoadingType)’:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:975:26: warning: invalid use of incomplete type ‘class hise::MainController’
             getMainController()->getDebugLogger().logMessage(r.getReferenceString() + " wasn't found.");
                                ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:78:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/UtilityClasses.h:39:7: note: forward declaration of ‘class hise::MainController’
       class MainController;
             ^~~~~~~~~~~~~~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:91:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:1054:24: warning: invalid use of incomplete type ‘class hise::MainController’
           getMainController()->getDebugLogger().logMessage(r.getReferenceString() + " wasn't found.");
                              ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:78:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/UtilityClasses.h:39:7: note: forward declaration of ‘class hise::MainController’
       class MainController;
             ^~~~~~~~~~~~~~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/FloatingLayout.h:59:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:101,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/MiscFloatingPanelTypes.h: In member function ‘void hise::GenericPanel<ContentType>::resized()’:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/MiscFloatingPanelTypes.h:637:40: warning: invalid use of incomplete type ‘class hise::FloatingTile’
         component->setBounds(getParentShell()->getContentBounds());
                                              ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:94:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_core/hi_core.cpp:13,
                       from ../../JuceLibraryCode/include_hi_core.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExpansionHandler.h:39:7: note: forward declaration of ‘class hise::FloatingTile’
       class FloatingTile;
             ^~~~~~~~~~~~
      ../../../../../HISE/hi_core/hi_core/StandaloneProcessor.cpp: At top level:
      cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’
      Compiling include_hi_dsp.cpp
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:91:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h: In member function ‘void hise::SharedPoolBase<DataType>::loadAllFilesFromProjectFolder()’:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:837:38: warning: invalid use of incomplete type ‘class hise::MainController’
         auto fileList = getMainController()->getCurrentFileHandler().getFileList(type, false, true);
                                            ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:78:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/UtilityClasses.h:39:7: note: forward declaration of ‘class hise::MainController’
       class MainController;
             ^~~~~~~~~~~~~~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:91:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h: In member function ‘hise::SharedPoolBase<DataType>::ManagedPtr hise::SharedPoolBase<DataType>::loadFromReference(hise::PoolReference, hise::PoolHelpers::LoadingType)’:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:975:26: warning: invalid use of incomplete type ‘class hise::MainController’
             getMainController()->getDebugLogger().logMessage(r.getReferenceString() + " wasn't found.");
                                ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:78:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/UtilityClasses.h:39:7: note: forward declaration of ‘class hise::MainController’
       class MainController;
             ^~~~~~~~~~~~~~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:91:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:1054:24: warning: invalid use of incomplete type ‘class hise::MainController’
           getMainController()->getDebugLogger().logMessage(r.getReferenceString() + " wasn't found.");
                              ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:78:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/UtilityClasses.h:39:7: note: forward declaration of ‘class hise::MainController’
       class MainController;
             ^~~~~~~~~~~~~~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/FloatingLayout.h:59:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:101,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/MiscFloatingPanelTypes.h: In member function ‘void hise::GenericPanel<ContentType>::resized()’:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/MiscFloatingPanelTypes.h:637:40: warning: invalid use of incomplete type ‘class hise::FloatingTile’
         component->setBounds(getParentShell()->getContentBounds());
                                              ^~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:94:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:334,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExpansionHandler.h:39:7: note: forward declaration of ‘class hise::FloatingTile’
       class FloatingTile;
             ^~~~~~~~~~~~
      In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_core/juce_core.h:240:0,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:65,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
                       from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:61,
                       from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
                       from ../../../../../HISE/hi_backend/hi_backend.h:55,
                       from ../../JuceLibraryCode/JuceHeader.h:17,
                       from ../../../../../HISE/hi_dsp/hi_dsp.cpp:33,
                       from ../../JuceLibraryCode/include_hi_dsp.cpp:9:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_core/memory/juce_ReferenceCountedObject.h: In function ‘juce::ReferenceCountedObjectPtr<juce::WeakReference<hise::JavascriptProcessor, juce::ReferenceCountedObject>::SharedPointer>::decIfNotNull(juce::WeakReference<hise::JavascriptProcessor, juce::ReferenceCountedObject>::SharedPointer*)’:
      ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_core/memory/juce_ReferenceCountedObject.h:372:60: internal compiler error: Segmentation fault
                   ContainerDeletePolicy<ReferencedType>::destroy (o);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      Please submit a full bug report,
      with preprocessed source if appropriate.
      See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
      Makefile:177: recipe for target 'build/intermediate/Release/include_hi_dsp_8e162ae3.o' failed
      make: *** [build/intermediate/Release/include_hi_dsp_8e162ae3.o] Error 1
      
      posted in General Questions
      C
      cooltehno