-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi Roland,
With recent updates 51fa18c there compile errors under Linux g++ 9.3.1:
CONFIG=Release make
Compiling PluginEditor.cpp
In file included from ../../Source/PluginEditor.cpp:2:
../../Source/PluginEditor.h: In constructor ‘Editor::Editor(VirtualAnalogAudioProcessor&)’:
../../Source/PluginEditor.h:12:24: error: use of deleted function ‘OscillatorBox::OscillatorBox(OscillatorBox&&)’
12 | : proc ( proc_ )
| ^
In file included from ../../Source/PluginEditor.h:5,
from ../../Source/PluginEditor.cpp:2:
../../Source/Panels.h:8:7: note: ‘OscillatorBox::OscillatorBox(OscillatorBox&&)’ is implicitly deleted because the default definition would be ill-formed:
8 | class OscillatorBox : public gin::ParamBox
| ^~~~~~~~~~~~~
../../Source/Panels.h:8:7: error: use of deleted function ‘gin::ParamBox::ParamBox(gin::ParamBox&&)’
In file included from ../../../modules/gin/modules/gin_plugin/gin_plugin.h:87,
from ../../JuceLibraryCode/JuceHeader.h:19,
from ../../Source/PluginProcessor.h:3,
from ../../Source/PluginEditor.cpp:1:
../../../modules/gin/modules/gin_plugin/components/gin_parambox.h:45:7: note: ‘gin::ParamBox::ParamBox(gin::ParamBox&&)’ is implicitly deleted because the default definition would be ill-formed:
45 | class ParamBox : public MultiParamComponent
| ^~~~~~~~
and so on...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels