#define OK 0 ^ Compiling PluginWrapperProcessor.cpp ../../Source/Plugin/CabbagePluginProcessor.cpp: In member function ‘void CabbagePluginAudioProcessor::initAllChannels()’: ../../Source/Plugin/CabbagePluginProcessor.cpp:278:104: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] csound->SetChannel(guiCtrls.getReference(i).getStringProp(CabbageIDs::channel).toUTF8(), ""); ^ ../../Source/Plugin/CabbagePluginProcessor.cpp:305:115: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] csound->SetChannel(guiLayoutCtrls.getReference(i).getStringProp(CabbageIDs::identchannel).toUTF8(), ""); ^ ../../Source/Plugin/CabbagePluginProcessor.cpp: In member function ‘void CabbagePluginAudioProcessor::updateCabbageControls()’: ../../Source/Plugin/CabbagePluginProcessor.cpp:1758:109: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] csound->SetChannel(guiCtrl.getStringProp(CabbageIDs::identchannel).toUTF8().getAddress(), ""); ^ ../../Source/Plugin/CabbagePluginProcessor.cpp:1797:115: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] csound->SetChannel(guiLayoutCtrl.getStringProp(CabbageIDs::identchannel).toUTF8().getAddress(), ""); ^ ../../Source/Plugin/CabbagePluginProcessor.cpp: In member function ‘virtual void CabbagePluginAudioProcessor::processBlock(juce::AudioSampleBuffer&, juce::MidiBuffer&)’: ../../Source/Plugin/CabbagePluginProcessor.cpp:2012:59: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] const int output_channel_count = getNumOutputChannels(); ^ ../../Source/Plugin/CabbagePluginProcessor.cpp:2023:32: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] if(getNumInputChannels()==0) ^ Compiling AudioFilePlaybackProcessor.cpp ../../Source/Host/PluginWrapperProcessor.cpp: In member function ‘virtual bool PluginWrapper::isInputChannelStereoPair(int) const’: ../../Source/Host/PluginWrapperProcessor.cpp:101:59: warning: ‘virtual bool juce::AudioProcessor::isInputChannelStereoPair(int) const’ is deprecated (declared at ../../JuceLibraryCode/../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:935) [-Wdeprecated-declarations] return vstInstance->isInputChannelStereoPair(index); ^ ../../Source/Host/PluginWrapperProcessor.cpp: In member function ‘virtual bool PluginWrapper::isOutputChannelStereoPair(int) const’: ../../Source/Host/PluginWrapperProcessor.cpp:109:59: warning: ‘virtual bool juce::AudioProcessor::isInputChannelStereoPair(int) const’ is deprecated (declared at ../../JuceLibraryCode/../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:935) [-Wdeprecated-declarations] return vstInstance->isInputChannelStereoPair(index); ^ Compiling AudioFilePlaybackEditor.cpp Compiling BreakpointEnvelop.cpp Compiling AutomationEditor.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/AutomationProcessor.h:24, from ../../Source/Host/AutomationEditor.cpp:20: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/AutomationProcessor.h:24, from ../../Source/Host/AutomationEditor.cpp:20: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling AutomationProcessor.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/AutomationProcessor.h:24, from ../../Source/Host/AutomationProcessor.cpp:20: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/AutomationProcessor.h:24, from ../../Source/Host/AutomationProcessor.cpp:20: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ ../../Source/Host/AudioFilePlaybackProcessor.cpp: In member function ‘virtual void AudioFilePlaybackProcessor::processBlock(juce::AudioSampleBuffer&, juce::MidiBuffer&)’: ../../Source/Host/AudioFilePlaybackProcessor.cpp:99:54: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] for (int i = getNumInputChannels(); i < getNumOutputChannels(); ++i) ^ ../../Source/Host/AudioFilePlaybackProcessor.cpp:99:82: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] for (int i = getNumInputChannels(); i < getNumOutputChannels(); ++i) ^ ../../Source/Host/AudioFilePlaybackProcessor.cpp: In member function ‘void AudioFilePlaybackProcessor::playSoundFile(juce::AudioSampleBuffer&, bool)’: ../../Source/Host/AudioFilePlaybackProcessor.cpp:152:42: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] for (int i = getNumInputChannels(); i < getNumOutputChannels(); ++i) ^ ../../Source/Host/AudioFilePlaybackProcessor.cpp:152:70: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] for (int i = getNumInputChannels(); i < getNumOutputChannels(); ++i) ^ Compiling Soundfiler.cpp ../../Source/Host/AutomationProcessor.cpp: In constructor ‘AutomationProcessor::AutomationProcessor(FilterGraph*)’: ../../Source/Host/AutomationProcessor.cpp:38:64: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] csoundParams->nchnls_override = this->getNumOutputChannels(); ^ Compiling Table.cpp Compiling MixerStrip.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/GraphEditorPanel.h:23, from ../../Source/Host/MixerStrip.cpp:22: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../Source/Host/MixerStrip.cpp:21:0: ../../Source/Host/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling Preferences.cpp Compiling SplitComponent.cpp Compiling SidebarPanel.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/SidebarPanel.cpp:21: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/SidebarPanel.cpp:21: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling BottomPanel.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/BottomPanel.cpp:21: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/BottomPanel.cpp:21: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling XYPad.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../Source/./Plugin/CabbagePluginProcessor.h:46, from ../../Source/XYPad.h:26, from ../../Source/XYPad.cpp:20: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../Source/XYPad.h:24:0, from ../../Source/XYPad.cpp:20: ../../Source/CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling XYPadAutomation.cpp Compiling FilterComponent.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/FilterComponent.h:23, from ../../Source/Host/FilterComponent.cpp:20: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/FilterComponent.h:23, from ../../Source/Host/FilterComponent.cpp:20: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling FilterGraph.cpp Compiling GraphEditorPanel.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/MainHostWindow.h:28, from ../../Source/Host/FilterGraph.cpp:26: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/MainHostWindow.h:28, from ../../Source/Host/FilterGraph.cpp:26: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/GraphEditorPanel.h:23, from ../../Source/Host/GraphEditorPanel.cpp:21: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/GraphEditorPanel.h:23, from ../../Source/Host/GraphEditorPanel.cpp:21: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ ../../Source/Host/FilterComponent.cpp: In constructor ‘PinComponent::PinComponent(FilterGraph&, uint32, int, bool)’: ../../Source/Host/FilterComponent.cpp:45:72: warning: ‘virtual const juce::String juce::AudioProcessor::getInputChannelName(int) const’ is deprecated (declared at ../../JuceLibraryCode/../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:927) [-Wdeprecated-declarations] tip = node->getProcessor()->getInputChannelName (index_); ^ ../../Source/Host/FilterComponent.cpp:47:73: warning: ‘virtual const juce::String juce::AudioProcessor::getOutputChannelName(int) const’ is deprecated (declared at ../../JuceLibraryCode/../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:928) [-Wdeprecated-declarations] tip = node->getProcessor()->getOutputChannelName (index_); ^ ../../Source/Host/FilterComponent.cpp: In member function ‘virtual void FilterComponent::actionListenerCallback(const juce::String&)’: ../../Source/Host/FilterComponent.cpp:481:112: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] const int currentChannelCount = graph.getNodeForId(filterID)->getProcessor()->getNumOutputChannels(); ^ ../../Source/Host/FilterComponent.cpp: In member function ‘void FilterComponent::update()’: ../../Source/Host/FilterComponent.cpp:744:53: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] numIns = f->getProcessor()->getNumInputChannels(); ^ ../../Source/Host/FilterComponent.cpp:748:55: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] numOuts = f->getProcessor()->getNumOutputChannels(); ^ ../../Source/Host/FilterComponent.cpp:806:64: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] for (i = 0; i < f->getProcessor()->getNumInputChannels(); ++i) ^ ../../Source/Host/FilterComponent.cpp:814:65: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] for (i = 0; i < f->getProcessor()->getNumOutputChannels(); ++i) ^ Compiling HostStartup.cpp Compiling InternalFilters.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/MainHostWindow.h:28, from ../../Source/Host/HostStartup.cpp:26: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/MainHostWindow.h:28, from ../../Source/Host/HostStartup.cpp:26: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/InternalFilters.h:28, from ../../Source/Host/InternalFilters.cpp:26: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/InternalFilters.h:28, from ../../Source/Host/InternalFilters.cpp:26: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling MainHostWindow.cpp Compiling GraphEditorPanel.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/MainHostWindow.h:28, from ../../Source/Host/MainHostWindow.cpp:26: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../JuceLibraryCode/../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Host/FilterGraph.h:28, from ../../Source/Host/MainHostWindow.h:28, from ../../Source/Host/MainHostWindow.cpp:26: ../../JuceLibraryCode/../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling juce_audio_basics.cpp Compiling juce_audio_devices.cpp Compiling juce_audio_formats.cpp Compiling juce_audio_processors.cpp Compiling juce_audio_utils.cpp Compiling juce_core.cpp Compiling juce_cryptography.cpp ../../JuceLibraryCode/modules/juce_core/juce_core.cpp:121:110: note: #pragma message: "Please re-save your Introjucer project with the latest Introjucer version to avoid this warning" JUCE_COMPILER_WARNING ("Please re-save your Introjucer project with the latest Introjucer version to avoid this warning") ^ Compiling juce_data_structures.cpp In file included from ../../JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp:152:0: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In member function ‘virtual void juce::VSTPluginInstance::fillInPluginDescription(juce::PluginDescription&) const’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:818:53: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] desc.numInputChannels = getNumInputChannels(); ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:819:55: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] desc.numOutputChannels = getNumOutputChannels(); ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In member function ‘virtual const juce::String juce::VSTPluginInstance::getInputChannelName(int) const’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1020:55: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] if (index >= 0 && index < getNumInputChannels()) ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In member function ‘virtual bool juce::VSTPluginInstance::isInputChannelStereoPair(int) const’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1032:55: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] if (index < 0 || index >= getNumInputChannels()) ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In member function ‘virtual const juce::String juce::VSTPluginInstance::getOutputChannelName(int) const’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1044:56: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] if (index >= 0 && index < getNumOutputChannels()) ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In member function ‘virtual bool juce::VSTPluginInstance::isOutputChannelStereoPair(int) const’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1056:56: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] if (index < 0 || index >= getNumOutputChannels()) ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In member function ‘bool juce::VSTPluginInstance::isValidChannel(int, bool) const’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1068:73: warning: ‘int juce::AudioProcessor::getNumInputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:912) [-Wdeprecated-declarations] return isPositiveAndBelow (index, isInput ? getNumInputChannels() : getNumOutputChannels()); ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1068:98: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] return isPositiveAndBelow (index, isInput ? getNumInputChannels() : getNumOutputChannels()); ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In instantiation of ‘void juce::VSTPluginInstance::processAudio(juce::AudioBuffer&, juce::MidiBuffer&) [with FloatType = float]’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:998:43: required from here ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1689:54: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] for (int i = 0; i < getNumOutputChannels(); ++i) ^ ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp: In instantiation of ‘void juce::VSTPluginInstance::processAudio(juce::AudioBuffer&, juce::MidiBuffer&) [with FloatType = double]’: ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1004:43: required from here ../../JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:1689:54: warning: ‘int juce::AudioProcessor::getNumOutputChannels() const’ is deprecated (declared at ../../JuceLibraryCode/modules/juce_audio_processors/processors/juce_AudioProcessor.h:913) [-Wdeprecated-declarations] Compiling juce_events.cpp Compiling juce_graphics.cpp Compiling juce_gui_basics.cpp Compiling juce_gui_extra.cpp ../../JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.cpp:110:37: fatal error: X11/extensions/Xrandr.h: No such file or directory #include ^ compilation terminated. Compiling juce_opengl.cpp make: *** [build/intermediate-host/Release/juce_gui_basics_a630dd20.o] Error 1 make: *** Waiting for unfinished jobs.... cp: cannot stat ‘./build/Cabbage’: No such file or directory cp: cannot stat ‘./build/CabbagePluginSynth.so’: No such file or directory cp: cannot stat ‘./build/CabbagePluginEffect.so’: No such file or directory cp: cannot stat ‘./build/CabbageStudio’: No such file or directory cp: cannot stat ‘../../Docs/_book’: No such file or directory gyu@Gyu:~/Cabbage/Builds/Linux$