Advertisement
Guest User

HISE Make Output Manjaro Linux

a guest
Oct 6th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 46.65 KB | None | 0 0
  1. Compiling MainComponent.cpp
  2. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_dsp_library/hi_dsp_library.h:84,
  3.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:56,
  4.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  5.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  6.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  7.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  8.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  9.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  10.                  from ../../Source/MainComponent.h:12,
  11.                  from ../../Source/MainComponent.cpp:12:
  12. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_dsp_library/dsp_library/HiseLibraryHeader.h:175: warning: "RETURN_STATIC_IDENTIFIER" redefined
  13.   175 | #define RETURN_STATIC_IDENTIFIER(x) const static Identifier id(x); return id;
  14.       |
  15. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/hi_tools.h:118,
  16.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:74,
  17.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  18.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  19.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  20.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  21.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  22.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  23.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  24.                  from ../../Source/MainComponent.h:12,
  25.                  from ../../Source/MainComponent.cpp:12:
  26. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/hi_tools/VariantBuffer.h:42: note: this is the location of the previous definition
  27.    42 | #define RETURN_STATIC_IDENTIFIER(name) static const Identifier id(name); return id;
  28.       |
  29. In file included from ../../../../JUCE/modules/juce_graphics/juce_graphics.h:121,
  30.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_gui_basics/juce_gui_basics.h:57,
  31.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:67,
  32.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  33.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  34.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  35.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  36.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  37.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  38.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  39.                  from ../../Source/MainComponent.h:12,
  40.                  from ../../Source/MainComponent.cpp:12:
  41. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getAlpha():
  42. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:116:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[3]’ to ‘juce::uint8&{aka ‘unsigned char&}
  43.   116 |     forcedinline uint8& getAlpha() noexcept           { return comps [indexA]; }
  44.       |                                                                ~~~~~~~~~~~~~^
  45. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getRed():
  46. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:117:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[2]’ to ‘juce::uint8&{aka ‘unsigned char&}
  47.   117 |     forcedinline uint8& getRed() noexcept             { return comps [indexR]; }
  48.       |                                                                ~~~~~~~~~~~~~^
  49. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getGreen():
  50. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:118:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[1]’ to ‘juce::uint8&{aka ‘unsigned char&}
  51.   118 |     forcedinline uint8& getGreen() noexcept           { return comps [indexG]; }
  52.       |                                                                ~~~~~~~~~~~~~^
  53. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getBlue():
  54. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:119:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[0]’ to ‘juce::uint8&{aka ‘unsigned char&}
  55.   119 |     forcedinline uint8& getBlue() noexcept            { return comps [indexB]; }
  56.       |                                                                ~~~~~~~~~~~~~^
  57. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:89,
  58.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:344,
  59.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  60.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  61.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  62.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  63.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  64.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  65.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  66.                  from ../../Source/MainComponent.h:12,
  67.                  from ../../Source/MainComponent.cpp:12:
  68. ../../../../../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):
  69. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:1074:26: warning: invalid use of incomplete type ‘class hise::MainController’
  70.  1074 |       getMainController()->getDebugLogger().logMessage(r.getReferenceString() + " wasn't found.");
  71.       |                          ^~
  72. 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,
  73.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:344,
  74.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  75.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  76.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  77.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  78.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  79.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  80.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  81.                  from ../../Source/MainComponent.h:12,
  82.                  from ../../Source/MainComponent.cpp:12:
  83. ../../../../../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’
  84.    39 | class MainController;
  85.       |       ^~~~~~~~~~~~~~
  86. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:89,
  87.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:344,
  88.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  89.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  90.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  91.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  92.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  93.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  94.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  95.                  from ../../Source/MainComponent.h:12,
  96.                  from ../../Source/MainComponent.cpp:12:
  97. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/ExternalFilePool.h:1156:24: warning: invalid use of incomplete type ‘class hise::MainController’
  98.  1156 |     getMainController()->getDebugLogger().logMessage(r.getReferenceString() + " wasn't found.");
  99.       |                        ^~
  100. 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,
  101.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:344,
  102.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  103.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  104.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  105.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  106.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  107.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  108.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  109.                  from ../../Source/MainComponent.h:12,
  110.                  from ../../Source/MainComponent.cpp:12:
  111. ../../../../../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’
  112.    39 | class MainController;
  113.       |       ^~~~~~~~~~~~~~
  114. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_dsp_library/hi_dsp_library.h:85,
  115.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:56,
  116.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  117.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  118.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  119.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  120.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  121.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  122.                  from ../../Source/MainComponent.h:12,
  123.                  from ../../Source/MainComponent.cpp:12:
  124. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_dsp_library/dsp_library/HiseLibraryHeader.cpp: At global scope:
  125. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_dsp_library/dsp_library/HiseLibraryHeader.cpp:14:1: error: ‘String’ does not name a type
  126.    14 | String hise::HelperFunctions::createStringFromChar(const char* charFromOtherHeap, size_t length)
  127.       | ^~~~~~
  128. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/FloatingLayout.h:55,
  129.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:101,
  130.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  131.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  132.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  133.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  134.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  135.                  from ../../Source/MainComponent.h:12,
  136.                  from ../../Source/MainComponent.cpp:12:
  137. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/BackendPanelTypes.h: In member function ‘void hise::ExternalFileTableBase<DataType>::resized():
  138. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/BackendPanelTypes.h:376:31: warning: invalid use of incomplete type ‘class hise::FloatingTile’
  139.   376 |   auto area = getParentShell()->getContentBounds();
  140.       |                               ^~
  141. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:92,
  142.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:344,
  143.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  144.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  145.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  146.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  147.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  148.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  149.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  150.                  from ../../Source/MainComponent.h:12,
  151.                  from ../../Source/MainComponent.cpp:12:
  152. ../../../../../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’
  153.    39 | class FloatingTile;
  154.       |       ^~~~~~~~~~~~
  155. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/FloatingLayout.h:55,
  156.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:101,
  157.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  158.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  159.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  160.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  161.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  162.                  from ../../Source/MainComponent.h:12,
  163.                  from ../../Source/MainComponent.cpp:12:
  164. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/BackendPanelTypes.h: In member function ‘void hise::ExternalFileTableBase<DataType>::paint(juce::Graphics&):
  165. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/floating_layout/BackendPanelTypes.h:392:31: warning: invalid use of incomplete type ‘class hise::FloatingTile’
  166.   392 |   auto area = getParentShell()->getContentBounds();
  167.       |                               ^~
  168. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core/hi_core.h:92,
  169.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:344,
  170.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  171.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  172.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  173.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  174.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  175.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  176.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  177.                  from ../../Source/MainComponent.h:12,
  178.                  from ../../Source/MainComponent.cpp:12:
  179. ../../../../../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’
  180.    39 | class FloatingTile;
  181.       |       ^~~~~~~~~~~~
  182. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:85,
  183.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  184.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  185.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  186.                  from ../../Source/MainComponent.h:12,
  187.                  from ../../Source/MainComponent.cpp:12:
  188. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/scripting/scripting_audio_processor/ScriptDspModules.h: In member function ‘virtual void hise::ScriptingDsp::FFT::processBlock(float**, int, int):
  189. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/scripting/scripting_audio_processor/ScriptDspModules.h:502:26: error: ‘sqrtf’ is not a member of ‘std’; did you mean ‘sqrt’?
  190.   502 |        data[c][i] = std::sqrtf(v);
  191.       |                          ^~~~~
  192.       |                          sqrt
  193. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:340,
  194.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  195.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  196.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  197.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  198.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  199.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  200.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  201.                  from ../../Source/MainComponent.h:12,
  202.                  from ../../Source/MainComponent.cpp:12:
  203. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/scripting/HardcodedScriptProcessor.h: In member function ‘virtual void hise::HardcodedScriptProcessor::controlCallback(hise::ScriptingApi::Content::ScriptComponent*, juce::var):
  204. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/Macros.h:44:55: error: ‘class hise::MainController’ has no member named ‘writeToConsole’
  205.    44 | #define debugToConsole(p, x) (p->getMainController()->writeToConsole(x, 0, p))
  206.       |                                                       ^~~~~~~~~~~~~~
  207. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/Macros.h:44:55: note: in definition of macro ‘debugToConsole’
  208.    44 | #define debugToConsole(p, x) (p->getMainController()->writeToConsole(x, 0, p))
  209.       |                                                       ^~~~~~~~~~~~~~
  210. ../../../../../HISE/hi_backend/../hi_modules/modulators/mods/LFOModulator.h: In member function ‘virtual void hise::LfoModulator::tempoChanged(double):
  211. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/Macros.h:44:55: error: ‘class hise::MainController’ has no member named ‘writeToConsole’
  212.    44 | #define debugToConsole(p, x) (p->getMainController()->writeToConsole(x, 0, p))
  213.       |                                                       ^~~~~~~~~~~~~~
  214. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/Macros.h:44:55: note: in definition of macro ‘debugToConsole’
  215.    44 | #define debugToConsole(p, x) (p->getMainController()->writeToConsole(x, 0, p))
  216.       |                                                       ^~~~~~~~~~~~~~
  217. In file included from ../../../../../HISE/hi_backend/hi_backend.h:61,
  218.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  219.                  from ../../Source/MainComponent.h:12,
  220.                  from ../../Source/MainComponent.cpp:12:
  221. ../../../../../HISE/hi_backend/backend/BackendProcessor.h: In member function ‘virtual void hise::BackendProcessor::releaseResources():
  222. ../../../../../HISE/hi_backend/backend/BackendProcessor.h:87:3: error: ‘writeToConsole’ was not declared in this scope
  223.    87 |   writeToConsole("RELEASE_RESOURCES_CALLED", CodeHandler::Error, getMainSynthChain());
  224.       |   ^~~~~~~~~~~~~~
  225. In file included from ../../../../../HISE/hi_backend/hi_backend.h:66,
  226.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  227.                  from ../../Source/MainComponent.h:12,
  228.                  from ../../Source/MainComponent.cpp:12:
  229. ../../../../../HISE/hi_backend/backend/BackendApplicationCommands.h: In member function ‘bool hise::BackendCommandTarget::viewActive() const’:
  230. ../../../../../HISE/hi_backend/backend/BackendApplicationCommands.h:230:35: error: ‘class hise::ModulatorSynthChain’ has no member named ‘getCurrentViewInfo’
  231.   230 |         return owner->synthChain->getCurrentViewInfo() != nullptr;
  232.       |                                   ^~~~~~~~~~~~~~~~~~
  233. In file included from ../../../../../HISE/hi_backend/hi_backend.h:67,
  234.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  235.                  from ../../Source/MainComponent.h:12,
  236.                  from ../../Source/MainComponent.cpp:12:
  237. ../../../../../HISE/hi_backend/backend/BackendEditor.h: At global scope:
  238. ../../../../../HISE/hi_backend/backend/BackendEditor.h:220:2: error: ‘ProcessorEditorContainer’ does not name a type; did you mean ‘ProcessorEditorPanel’?
  239.   220 |  ProcessorEditorContainer *getRootContainer() { return container; };
  240.       |  ^~~~~~~~~~~~~~~~~~~~~~~~
  241.       |  ProcessorEditorPanel
  242. ../../../../../HISE/hi_backend/backend/BackendEditor.h:234:30: error: ‘PluginPreviewWindow’ has not been declared
  243.   234 |  void setPluginPreviewWindow(PluginPreviewWindow *newWindow)
  244.       |                              ^~~~~~~~~~~~~~~~~~~
  245. ../../../../../HISE/hi_backend/backend/BackendEditor.h:283:16: error: ‘ProcessorEditorContainer’ was not declared in this scope; did you mean ‘ProcessorEditorPanel’?
  246.   283 |  ScopedPointer<ProcessorEditorContainer> container;
  247.       |                ^~~~~~~~~~~~~~~~~~~~~~~~
  248.       |                ProcessorEditorPanel
  249. ../../../../../HISE/hi_backend/backend/BackendEditor.h:283:40: error: template argument 1 is invalid
  250.   283 |  ScopedPointer<ProcessorEditorContainer> container;
  251.       |                                        ^
  252. ../../../../../HISE/hi_backend/backend/BackendEditor.h:303:16: error: ‘PluginPreviewWindow’ was not declared in this scope; did you mean ‘setPluginPreviewWindow’?
  253.   303 |  ScopedPointer<PluginPreviewWindow> previewWindow;
  254.       |                ^~~~~~~~~~~~~~~~~~~
  255.       |                setPluginPreviewWindow
  256. ../../../../../HISE/hi_backend/backend/BackendEditor.h:303:35: error: template argument 1 is invalid
  257.   303 |  ScopedPointer<PluginPreviewWindow> previewWindow;
  258.       |                                   ^
  259. ../../../../../HISE/hi_backend/backend/BackendEditor.h: In member function ‘void hise::BackendProcessorEditor::refreshContainer(hise::Processor*):
  260. ../../../../../HISE/hi_backend/backend/BackendEditor.h:171:17: error: invalid operands of types ‘int’ and ‘std::nullptr_t’ to binary ‘operator!=
  261.   171 |   if (container != nullptr)
  262.       |       ~~~~~~~~~~^~~~~~~~~~
  263. ../../../../../HISE/hi_backend/backend/BackendEditor.h:175:30: error: base operand of ‘->’ is not a pointer
  264.   175 |    setRootProcessor(container->getRootEditor()->getProcessor(), y);
  265.       |                              ^~
  266. ../../../../../HISE/hi_backend/backend/BackendEditor.h:177:21: error: incomplete type ‘hise::ProcessorEditor’ used in nested name specifier
  267.   177 |    ProcessorEditor::Iterator iter(getRootContainer()->getRootEditor());
  268.       |                     ^~~~~~~~
  269. ../../../../../HISE/hi_backend/backend/BackendEditor.h:179:37: error: ‘iter’ was not declared in this scope
  270.   179 |    while (ProcessorEditor *editor = iter.getNextEditor())
  271.       |                                     ^~~~
  272. ../../../../../HISE/hi_backend/backend/BackendEditor.h:181:15: error: invalid use of incomplete type ‘class hise::ProcessorEditor’
  273.   181 |     if (editor->getProcessor() == selectedProcessor)
  274.       |               ^~
  275. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:65,
  276.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  277.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  278.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  279.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  280.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  281.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  282.                  from ../../Source/MainComponent.h:12,
  283.                  from ../../Source/MainComponent.cpp:12:
  284. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/Processor.h:40:7: note: forward declaration of ‘class hise::ProcessorEditor’
  285.    40 | class ProcessorEditor;
  286.       |       ^~~~~~~~~~~~~~~
  287. In file included from ../../../../../HISE/hi_backend/hi_backend.h:67,
  288.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  289.                  from ../../Source/MainComponent.h:12,
  290.                  from ../../Source/MainComponent.cpp:12:
  291. ../../../../../HISE/hi_backend/backend/BackendEditor.h:183:12: error: invalid use of incomplete type ‘class hise::ProcessorEditor’
  292.   183 |      editor->grabCopyAndPasteFocus();
  293.       |            ^~
  294. In file included from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:65,
  295.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  296.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  297.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  298.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  299.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  300.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  301.                  from ../../Source/MainComponent.h:12,
  302.                  from ../../Source/MainComponent.cpp:12:
  303. ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/Processor.h:40:7: note: forward declaration of ‘class hise::ProcessorEditor’
  304.    40 | class ProcessorEditor;
  305.       |       ^~~~~~~~~~~~~~~
  306. In file included from ../../../../../HISE/hi_backend/hi_backend.h:67,
  307.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  308.                  from ../../Source/MainComponent.h:12,
  309.                  from ../../Source/MainComponent.cpp:12:
  310. ../../../../../HISE/hi_backend/backend/BackendEditor.h: In member function ‘void hise::BackendProcessorEditor::setPluginPreviewWindow(int*):
  311. ../../../../../HISE/hi_backend/backend/BackendEditor.h:236:19: error: cannot convert ‘std::nullptr_t’ to ‘int’ in assignment
  312.   236 |   previewWindow = nullptr;
  313.       |                   ^~~~~~~
  314. ../../../../../HISE/hi_backend/backend/BackendEditor.h:238:19: error: invalid conversion from ‘int*’ to ‘int’ [-fpermissive]
  315.   238 |   previewWindow = newWindow;
  316.       |                   ^~~~~~~~~
  317.       |                   |
  318.       |                   int*
  319. ../../../../../HISE/hi_backend/backend/BackendEditor.h:240:21: error: invalid operands of types ‘int’ and ‘std::nullptr_t’ to binary ‘operator!=
  320.   240 |   if (previewWindow != nullptr)
  321.       |       ~~~~~~~~~~~~~~^~~~~~~~~~
  322. ../../../../../HISE/hi_backend/backend/BackendEditor.h:246:15: error: request for member ‘addToDesktop’ in ‘* newWindow’, which is of non-class type ‘int’
  323.   246 |    newWindow->addToDesktop();
  324.       |               ^~~~~~~~~~~~
  325. In file included from ../../../../../HISE/hi_backend/hi_backend.h:68,
  326.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  327.                  from ../../Source/MainComponent.h:12,
  328.                  from ../../Source/MainComponent.cpp:12:
  329. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h: At global scope:
  330. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:103:2: error: ‘FloatingTileDocumentWindow’ does not name a type; did you mean ‘FloatingTileContainer’?
  331.   103 |  FloatingTileDocumentWindow* getLastPopup() { return popoutWindows.getLast(); }
  332.       |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
  333.       |  FloatingTileContainer
  334. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:156:2: error: ‘FloatingTileDocumentWindow’ does not name a type; did you mean ‘FloatingTileContainer’?
  335.   156 |  FloatingTileDocumentWindow* addFloatingWindow()
  336.       |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
  337.       |  FloatingTileContainer
  338. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:163:28: error: ‘FloatingTileDocumentWindow’ has not been declared
  339.   163 |  void removeFloatingWindow(FloatingTileDocumentWindow* windowToRemove)
  340.       |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
  341. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:184:13: error: ‘FloatingTileDocumentWindow’ was not declared in this scope; did you mean ‘FloatingTileContainer’?
  342.   184 |  OwnedArray<FloatingTileDocumentWindow> popoutWindows;
  343.       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
  344.       |             FloatingTileContainer
  345. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:184:39: error: template argument 1 is invalid
  346.   184 |  OwnedArray<FloatingTileDocumentWindow> popoutWindows;
  347.       |                                       ^
  348. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:214:16: error: ‘FloatingTileDocumentWindow’ was not declared in this scope; did you mean ‘FloatingTileContainer’?
  349.   214 |  ScopedPointer<FloatingTileDocumentWindow> docWindow;
  350.       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~
  351.       |                FloatingTileContainer
  352. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:214:42: error: template argument 1 is invalid
  353.   214 |  ScopedPointer<FloatingTileDocumentWindow> docWindow;
  354.       |                                          ^
  355. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h: In member function ‘void hise::BackendRootWindow::toggleLayoutMode():
  356. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:88:37: error: request for member ‘size’ in ‘((hise::BackendRootWindow*)this)->hise::BackendRootWindow::popoutWindows’, which is of non-class type ‘int’
  357.    88 |   for (int i = 0; i < popoutWindows.size(); i++)
  358.       |                                     ^~~~
  359. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:90:19: error: invalid types ‘int[int]’ for array subscript
  360.    90 |    popoutWindows[i]->getRootFloatingTile()->setLayoutModeEnabled(shouldBeOn);
  361.       |                   ^
  362. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h: In member function ‘void hise::BackendRootWindow::removeFloatingWindow(int*):
  363. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:165:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
  364.   165 |   if (docWindow == windowToRemove)
  365.       |                    ^~~~~~~~~~~~~~
  366. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:166:16: error: cannot convert ‘std::nullptr_t’ to ‘int’ in assignment
  367.   166 |    docWindow = nullptr;
  368.       |                ^~~~~~~
  369. ../../../../../HISE/hi_backend/backend/BackendRootWindow.h:168:18: error: request for member ‘removeObject’ in ‘((hise::BackendRootWindow*)this)->hise::BackendRootWindow::popoutWindows’, which is of non-class type ‘int’
  370.   168 |    popoutWindows.removeObject(windowToRemove, true);
  371.       |                  ^~~~~~~~~~~~
  372. ../../Source/MainComponent.cpp: In member function ‘void MainContentComponent::handleCommandLineArguments(const juce::String&):
  373. ../../Source/MainComponent.cpp:49:74: error: ‘using NativeFileHandler = class hise::FrontendHandler’ {aka ‘class hise::FrontendHandler’} has no member named ‘getWorkDirectory’; did you mean ‘getSubDirectory’?
  374.    49 |    const File currentProjectFolder = GET_PROJECT_HANDLER(mainSynthChain).getWorkDirectory();
  375.       |                                                                          ^~~~~~~~~~~~~~~~
  376.       |                                                                          getSubDirectory
  377. ../../Source/MainComponent.cpp:54:41: error: ‘using NativeFileHandler = class hise::FrontendHandler’ {aka ‘class hise::FrontendHandler’} has no member named ‘setWorkingProject’
  378.    54 |     GET_PROJECT_HANDLER(mainSynthChain).setWorkingProject(projectDirectory, nullptr);
  379.       |                                         ^~~~~~~~~~~~~~~~~
  380. In file included from ../../../../JUCE/modules/juce_graphics/juce_graphics.h:143,
  381.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_gui_basics/juce_gui_basics.h:57,
  382.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:67,
  383.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  384.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  385.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  386.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  387.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  388.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  389.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  390.                  from ../../Source/MainComponent.h:12,
  391.                  from ../../Source/MainComponent.cpp:12:
  392. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h: In instantiation of ‘void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::replaceLine(juce::PixelRGB*, juce::PixelARGB, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = true]:
  393. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:623:17:   required from ‘void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::handleEdgeTableLine(int, int, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = true]
  394. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:2021:57:   required from ‘void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::SubRectangleIteratorFloat::iterate(Renderer&) const [with Renderer = juce::RenderingHelpers::EdgeTableFillers::SolidColour<juce::PixelRGB, true>; SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]
  395. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:1587:13:   required from ‘void juce::RenderingHelpers::EdgeTableFillers::renderSolidFill(Iterator&, const juce::Image::BitmapData&, juce::PixelARGB, bool, DestPixelType*) [with Iterator = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIteratorFloat; DestPixelType = juce::PixelRGB]
  396. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:2637:67:   required from ‘void juce::RenderingHelpers::SoftwareRendererSavedState::fillWithSolidColour(IteratorType&, juce::PixelARGB, bool) const [with IteratorType = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIteratorFloat]
  397. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:1892:13:   required from ‘void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::fillRectWithColour(SavedStateType&, juce::Rectangle<float>, juce::PixelARGB) const [with SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]
  398. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:1889:14:   required from here
  399. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:709:34: warning: converting a packed ‘juce::PixelRGB’ pointer (alignment 1) to a ‘int’ pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member]
  400.   709 |                             auto d = reinterpret_cast<int*> (dest);
  401.       |                                  ^
  402. In file included from ../../../../JUCE/modules/juce_graphics/juce_graphics.h:121,
  403.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_gui_basics/juce_gui_basics.h:57,
  404.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:67,
  405.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  406.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  407.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  408.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  409.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  410.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  411.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  412.                  from ../../Source/MainComponent.h:12,
  413.                  from ../../Source/MainComponent.cpp:12:
  414. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:365:17: note: defined here
  415.   365 | class JUCE_API  PixelRGB
  416.       |                 ^~~~~~~~
  417. In file included from ../../../../JUCE/modules/juce_graphics/juce_graphics.h:143,
  418.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_gui_basics/juce_gui_basics.h:57,
  419.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:67,
  420.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  421.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  422.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  423.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  424.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  425.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  426.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  427.                  from ../../Source/MainComponent.h:12,
  428.                  from ../../Source/MainComponent.cpp:12:
  429. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h: In instantiation of ‘void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::replaceLine(juce::PixelRGB*, juce::PixelARGB, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = false]:
  430. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:623:17:   required from ‘void juce::RenderingHelpers::EdgeTableFillers::SolidColour<PixelType, replaceExisting>::handleEdgeTableLine(int, int, int) const [with PixelType = juce::PixelRGB; bool replaceExisting = false]
  431. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:2021:57:   required from ‘void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::SubRectangleIteratorFloat::iterate(Renderer&) const [with Renderer = juce::RenderingHelpers::EdgeTableFillers::SolidColour<juce::PixelRGB, false>; SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]
  432. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:1592:13:   required from ‘void juce::RenderingHelpers::EdgeTableFillers::renderSolidFill(Iterator&, const juce::Image::BitmapData&, juce::PixelARGB, bool, DestPixelType*) [with Iterator = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIteratorFloat; DestPixelType = juce::PixelRGB]
  433. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:2637:67:   required from ‘void juce::RenderingHelpers::SoftwareRendererSavedState::fillWithSolidColour(IteratorType&, juce::PixelARGB, bool) const [with IteratorType = juce::RenderingHelpers::ClipRegions<juce::RenderingHelpers::SoftwareRendererSavedState>::RectangleListRegion::SubRectangleIteratorFloat]
  434. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:1892:13:   required from ‘void juce::RenderingHelpers::ClipRegions<SavedStateType>::RectangleListRegion::fillRectWithColour(SavedStateType&, juce::Rectangle<float>, juce::PixelARGB) const [with SavedStateType = juce::RenderingHelpers::SoftwareRendererSavedState]
  435. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:1889:14:   required from here
  436. ../../../../JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:709:34: warning: converting a packed ‘juce::PixelRGB’ pointer (alignment 1) to a ‘int’ pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member]
  437.   709 |                             auto d = reinterpret_cast<int*> (dest);
  438.       |                                  ^
  439. In file included from ../../../../JUCE/modules/juce_graphics/juce_graphics.h:121,
  440.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../JUCE/modules/juce_gui_basics/juce_gui_basics.h:57,
  441.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:67,
  442.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55,
  443.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57,
  444.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54,
  445.                  from ../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:60,
  446.                  from ../../../../../HISE/hi_backend/../hi_modules/hi_modules.h:57,
  447.                  from ../../../../../HISE/hi_backend/hi_backend.h:55,
  448.                  from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
  449.                  from ../../Source/MainComponent.h:12,
  450.                  from ../../Source/MainComponent.cpp:12:
  451. ../../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:365:17: note: defined here
  452.   365 | class JUCE_API  PixelRGB
  453.       |                 ^~~~~~~~
  454. At global scope:
  455. cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override
  456. make: *** [Makefile:150: build/intermediate/Debug/MainComponent_a6ffb4a5.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement