MakefileHost:146: warning: ignoring old commands for target `build/intermediate-host/Release/BinaryData_5ba7f54.o' MakefileHost:256: warning: overriding commands for target `build/intermediate-host/Release/CabbageLookAndFeel_220a01a6.o' MakefileHost:166: warning: ignoring old commands for target `build/intermediate-host/Release/CabbageLookAndFeel_220a01a6.o' MakefileHost:332: warning: overriding commands for target `build/intermediate-host/Release/CabbageAudioDeviceSelectorComponent_87e6d820.o' MakefileHost:201: warning: ignoring old commands for target `build/intermediate-host/Release/CabbageAudioDeviceSelectorComponent_87e6d820.o' Compiling BinaryData.cpp Compiling CabbageCallOutBox.cpp Compiling CabbageGUIClass.cpp Compiling CabbageLookAndFeel.cpp Compiling CabbageMainPanel.cpp Compiling CabbagePropertiesDialog.cpp Compiling CabbageTable.cpp Compiling ComponentLayoutEditor.cpp Compiling DirectoryContentsComponent.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../Source/./Plugin/CabbagePluginProcessor.h:46, from ../../Source/CabbagePropertiesDialog.h:26, from ../../Source/CabbagePropertiesDialog.cpp:21: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../Source/CabbageLookAndFeel.h:32:0, from ../../Source/CabbagePropertiesDialog.h:24, from ../../Source/CabbagePropertiesDialog.cpp:21: ../../Source/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 ../../Source/./Plugin/CabbagePluginProcessor.h:46, from ../../Source/CabbageTable.h:6, from ../../Source/CabbageTable.cpp:1: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../Source/CabbageTable.h:5:0, from ../../Source/CabbageTable.cpp:1: ../../Source/CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling CodeEditor.cpp Compiling CodeWindow.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../Source/Editor/../Plugin/CabbagePluginProcessor.h:46, from ../../Source/Editor/CodeWindow.h:26, from ../../Source/Editor/CodeWindow.cpp:20: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../Source/Editor/CodeEditor.h:27:0, from ../../Source/Editor/CodeWindow.h:23, from ../../Source/Editor/CodeWindow.cpp:20: ../../Source/Editor/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling CabbageAudioDeviceSelectorComponent.cpp Compiling CommandManager.cpp Compiling CabbagePluginEditor.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Plugin/CabbagePluginEditor.cpp:21: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Plugin/CabbagePluginEditor.cpp:21: ../../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #define OK 0 ^ Compiling CabbagePluginProcessor.cpp In file included from /usr/local/include/csound/csdl.h:111:0, from ../../Source/Plugin/CabbagePluginProcessor.h:46, from ../../Source/Plugin/CabbagePluginProcessor.cpp:20: /usr/local/include/csound/csoundCore.h:87:0: warning: "OK" redefined [enabled by default] #define OK (0) ^ In file included from ../../Source/Plugin/CabbagePluginProcessor.h:24:0, from ../../Source/Plugin/CabbagePluginProcessor.cpp:20: ../../Source/Plugin/../CabbageUtils.h:54:0: note: this is the location of the previous definition #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(), ""); ^ 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); ^ ../../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 AudioFilePlaybackEditor.cpp Compiling BreakpointEnvelop.cpp Compiling AutomationEditor.cpp ../../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) ^ 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 Compiling Soundfiler.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 ^ Compiling Table.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 MixerStrip.cpp Compiling Preferences.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 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 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 ^ 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/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 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 ^ 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/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 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:49:44: fatal error: pluginterfaces/vst2.x/aeffectx.h: No such file or directory #include "pluginterfaces/vst2.x/aeffectx.h" ^ compilation terminated. Compiling juce_audio_utils.cpp Compiling juce_core.cpp Compiling juce_cryptography.cpp make: *** [build/intermediate-host/Release/juce_audio_processors_44a134a2.o] Error 1 make: *** Waiting for unfinished jobs.... ../../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") ^ 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$