fab compile Compiling Source for Linux platform... ********************************************* BinaryBuilder! Visit www.juce.com for more info. Creating /home/$USER/Desktop/source/SourceSampler/Source/BinaryData.h and /home/$USER/Desktop/source/SourceSampler/Source/BinaryData.cpp from files in /home/$USER/Desktop/source/SourceSampler/Resources... Adding ui_plugin_ws_html: 315835 bytes Adding localhost_crt: 1066 bytes Adding localhost_key: 1704 bytes Adding ui_plugin_ws_lazy_html: 313404 bytes Total size of binary data: 632009 bytes Compiling include_juce_audio_plugin_client_VST2.cpp Compiling PluginEditor.cpp Compiling PluginProcessor.cpp Compiling BinaryData.cpp In file included from ../../3rdParty/JUCE/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST2.cpp:26, from ../../JuceLibraryCode/include_juce_audio_plugin_client_VST2.cpp:9: ../../3rdParty/JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:87:10: fatal error: pluginterfaces/vst2.x/aeffect.h: No such file or directory 87 | #include "pluginterfaces/vst2.x/aeffect.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:201: build/intermediate/Release/include_juce_audio_plugin_client_VST2_dd551e08.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from ../../Source/helpers.h:16, from ../../Source/PluginProcessor.h:14, from ../../Source/PluginEditor.cpp:11: ../../Source/defines.h:127:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 127 | inline int noteLayoutType = NOTE_MAPPING_TYPE_INTERLEAVED; | ^~~~~~ ../../Source/defines.h:128:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 128 | inline int currentPresetIndex = -1; | ^~~~~~ ../../Source/defines.h:129:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 129 | inline int globalMidiInChannel = 0; | ^~~~~~ ../../Source/defines.h:130:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 130 | inline int numVoices = 8; | ^~~~~~ ../../Source/defines.h:131:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 131 | inline bool midiOutForwardsMidiIn = false; | ^~~~~~ ../../Source/defines.h:132:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 132 | inline juce::String useOriginalFilesPreference = USE_ORIGINAL_FILES_NEVER; | ^~~~~~ ../../Source/defines.h:133:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 133 | inline int midiVelocityLayer = 0; | ^~~~~~ ../../Source/defines.h:134:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 134 | inline int midiRootNote = 64; | ^~~~~~ ../../Source/defines.h:135:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 135 | inline bool willBeDeleted = false; | ^~~~~~ ../../Source/defines.h:136:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 136 | inline bool allSoundsLoaded = false; | ^~~~~~ ../../Source/defines.h:137:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 137 | inline juce::String midiNotes = "ffffffffffffffffffffffffffffffff"; | ^~~~~~ ../../Source/defines.h:138:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 138 | inline int soundId = -1; | ^~~~~~ ../../Source/defines.h:139:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 139 | inline juce::String name = "no name"; | ^~~~~~ ../../Source/defines.h:142:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 142 | inline int launchMode = 0; | ^~~~~~ ../../Source/defines.h:143:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 143 | inline float startPosition = 0.0f; | ^~~~~~ ../../Source/defines.h:144:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 144 | inline float endPosition = 1.0f; | ^~~~~~ ../../Source/defines.h:145:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 145 | inline float loopStartPosition = 0.0f; | ^~~~~~ ../../Source/defines.h:146:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 146 | inline float loopEndPosition = 1.0f; | ^~~~~~ ../../Source/defines.h:147:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 147 | inline int loopXFadeNSamples = 500; | ^~~~~~ ../../Source/defines.h:148:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 148 | inline int reverse = 0; | ^~~~~~ ../../Source/defines.h:149:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 149 | inline int noteMappingMode = 0; | ^~~~~~ ../../Source/defines.h:150:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 150 | inline int numSlices = 0; | ^~~~~~ ../../Source/defines.h:151:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 151 | inline float playheadPosition = 0.0f; | ^~~~~~ ../../Source/defines.h:152:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 152 | inline float freezePlayheadSpeed = 100.0f; | ^~~~~~ ../../Source/defines.h:153:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 153 | inline float filterCutoff = 20000.0f; | ^~~~~~ ../../Source/defines.h:154:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 154 | inline float filterRessonance = 0.0f; | ^~~~~~ ../../Source/defines.h:155:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 155 | inline float filterKeyboardTracking = 0.0f; | ^~~~~~ ../../Source/defines.h:156:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 156 | inline float filterAttack = 0.01f; | ^~~~~~ ../../Source/defines.h:157:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 157 | inline float filterDecay = 0.0f; | ^~~~~~ ../../Source/defines.h:158:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 158 | inline float filterSustain = 1.0f; | ^~~~~~ ../../Source/defines.h:159:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 159 | inline float filterRelease = 0.01f; | ^~~~~~ ../../Source/defines.h:160:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 160 | inline float filterADSR2CutoffAmt = 1.0f; | ^~~~~~ ../../Source/defines.h:161:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 161 | inline float gain = -10.0f; | ^~~~~~ ../../Source/defines.h:162:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 162 | inline float attack = 0.01f; | ^~~~~~ ../../Source/defines.h:163:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 163 | inline float decay = 0.0f; | ^~~~~~ ../../Source/defines.h:164:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 164 | inline float sustain = 1.0f; | ^~~~~~ ../../Source/defines.h:165:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 165 | inline float release = 0.01f; | ^~~~~~ ../../Source/defines.h:166:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 166 | inline float pan = 0.0f; | ^~~~~~ ../../Source/defines.h:167:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 167 | inline float pitch = 0.0f; | ^~~~~~ ../../Source/defines.h:168:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 168 | inline float pitchBendRangeUp = 12.0f; | ^~~~~~ ../../Source/defines.h:169:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 169 | inline float pitchBendRangeDown = 12.0f; | ^~~~~~ ../../Source/defines.h:170:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 170 | inline float mod2CutoffAmt = 10.0f; | ^~~~~~ ../../Source/defines.h:171:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 171 | inline float mod2GainAmt = 6.0f; | ^~~~~~ ../../Source/defines.h:172:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 172 | inline float mod2PitchAmt = 0.0f; | ^~~~~~ ../../Source/defines.h:173:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 173 | inline float mod2PlayheadPos = 0.0f; | ^~~~~~ ../../Source/defines.h:174:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 174 | inline float vel2CutoffAmt = 0.0f; | ^~~~~~ ../../Source/defines.h:175:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 175 | inline float vel2GainAmt = 0.5f; | ^~~~~~ ../../Source/defines.h:176:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 176 | inline float velSensitivity = 1.0f; | ^~~~~~ ../../Source/defines.h:177:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 177 | inline int midiChannel = 0; | ^~~~~~ ../../Source/defines.h:180:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 180 | inline float sampleStartPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:181:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 181 | inline float sampleEndPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:182:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 182 | inline float sampleLoopStartPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:183:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 183 | inline float sampleLoopEndPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:185:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 185 | inline float reverbRoomSize = 0.5f; | ^~~~~~ ../../Source/defines.h:186:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 186 | inline float reverbDamping = 0.3f; | ^~~~~~ ../../Source/defines.h:187:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 187 | inline float reverbWetLevel = 0.0f; | ^~~~~~ ../../Source/defines.h:188:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 188 | inline float reverbDryLevel = 1.0f; | ^~~~~~ ../../Source/defines.h:189:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 189 | inline float reverbWidth = 0.5f; | ^~~~~~ ../../Source/defines.h:190:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 190 | inline float reverbFreezeMode = 0.0f; | ^~~~~~ ../../Source/defines.h:192:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 192 | inline juce::String parameterName = "no name"; | ^~~~~~ ../../Source/defines.h:193:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 193 | inline int ccNumber = -1; | ^~~~~~ ../../Source/defines.h:194:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 194 | inline float minRange = 0.0; | ^~~~~~ ../../Source/defines.h:195:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 195 | inline float maxRange = 127.0; | ^~~~~~ In file included from ../../Source/helpers.h:16, from ../../Source/PluginProcessor.h:14, from ../../Source/PluginProcessor.cpp:11: ../../Source/defines.h:127:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 127 | inline int noteLayoutType = NOTE_MAPPING_TYPE_INTERLEAVED; | ^~~~~~ ../../Source/defines.h:128:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 128 | inline int currentPresetIndex = -1; | ^~~~~~ ../../Source/defines.h:129:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 129 | inline int globalMidiInChannel = 0; | ^~~~~~ ../../Source/defines.h:130:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 130 | inline int numVoices = 8; | ^~~~~~ ../../Source/defines.h:131:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 131 | inline bool midiOutForwardsMidiIn = false; | ^~~~~~ ../../Source/defines.h:132:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 132 | inline juce::String useOriginalFilesPreference = USE_ORIGINAL_FILES_NEVER; | ^~~~~~ ../../Source/defines.h:133:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 133 | inline int midiVelocityLayer = 0; | ^~~~~~ ../../Source/defines.h:134:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 134 | inline int midiRootNote = 64; | ^~~~~~ ../../Source/defines.h:135:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 135 | inline bool willBeDeleted = false; | ^~~~~~ ../../Source/defines.h:136:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 136 | inline bool allSoundsLoaded = false; | ^~~~~~ ../../Source/defines.h:137:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 137 | inline juce::String midiNotes = "ffffffffffffffffffffffffffffffff"; | ^~~~~~ ../../Source/defines.h:138:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 138 | inline int soundId = -1; | ^~~~~~ ../../Source/defines.h:139:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 139 | inline juce::String name = "no name"; | ^~~~~~ ../../Source/defines.h:142:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 142 | inline int launchMode = 0; | ^~~~~~ ../../Source/defines.h:143:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 143 | inline float startPosition = 0.0f; | ^~~~~~ ../../Source/defines.h:144:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 144 | inline float endPosition = 1.0f; | ^~~~~~ ../../Source/defines.h:145:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 145 | inline float loopStartPosition = 0.0f; | ^~~~~~ ../../Source/defines.h:146:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 146 | inline float loopEndPosition = 1.0f; | ^~~~~~ ../../Source/defines.h:147:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 147 | inline int loopXFadeNSamples = 500; | ^~~~~~ ../../Source/defines.h:148:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 148 | inline int reverse = 0; | ^~~~~~ ../../Source/defines.h:149:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 149 | inline int noteMappingMode = 0; | ^~~~~~ ../../Source/defines.h:150:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 150 | inline int numSlices = 0; | ^~~~~~ ../../Source/defines.h:151:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 151 | inline float playheadPosition = 0.0f; | ^~~~~~ ../../Source/defines.h:152:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 152 | inline float freezePlayheadSpeed = 100.0f; | ^~~~~~ ../../Source/defines.h:153:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 153 | inline float filterCutoff = 20000.0f; | ^~~~~~ ../../Source/defines.h:154:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 154 | inline float filterRessonance = 0.0f; | ^~~~~~ ../../Source/defines.h:155:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 155 | inline float filterKeyboardTracking = 0.0f; | ^~~~~~ ../../Source/defines.h:156:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 156 | inline float filterAttack = 0.01f; | ^~~~~~ ../../Source/defines.h:157:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 157 | inline float filterDecay = 0.0f; | ^~~~~~ ../../Source/defines.h:158:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 158 | inline float filterSustain = 1.0f; | ^~~~~~ ../../Source/defines.h:159:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 159 | inline float filterRelease = 0.01f; | ^~~~~~ ../../Source/defines.h:160:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 160 | inline float filterADSR2CutoffAmt = 1.0f; | ^~~~~~ ../../Source/defines.h:161:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 161 | inline float gain = -10.0f; | ^~~~~~ ../../Source/defines.h:162:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 162 | inline float attack = 0.01f; | ^~~~~~ ../../Source/defines.h:163:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 163 | inline float decay = 0.0f; | ^~~~~~ ../../Source/defines.h:164:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 164 | inline float sustain = 1.0f; | ^~~~~~ ../../Source/defines.h:165:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 165 | inline float release = 0.01f; | ^~~~~~ ../../Source/defines.h:166:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 166 | inline float pan = 0.0f; | ^~~~~~ ../../Source/defines.h:167:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 167 | inline float pitch = 0.0f; | ^~~~~~ ../../Source/defines.h:168:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 168 | inline float pitchBendRangeUp = 12.0f; | ^~~~~~ ../../Source/defines.h:169:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 169 | inline float pitchBendRangeDown = 12.0f; | ^~~~~~ ../../Source/defines.h:170:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 170 | inline float mod2CutoffAmt = 10.0f; | ^~~~~~ ../../Source/defines.h:171:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 171 | inline float mod2GainAmt = 6.0f; | ^~~~~~ ../../Source/defines.h:172:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 172 | inline float mod2PitchAmt = 0.0f; | ^~~~~~ ../../Source/defines.h:173:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 173 | inline float mod2PlayheadPos = 0.0f; | ^~~~~~ ../../Source/defines.h:174:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 174 | inline float vel2CutoffAmt = 0.0f; | ^~~~~~ ../../Source/defines.h:175:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 175 | inline float vel2GainAmt = 0.5f; | ^~~~~~ ../../Source/defines.h:176:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 176 | inline float velSensitivity = 1.0f; | ^~~~~~ ../../Source/defines.h:177:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 177 | inline int midiChannel = 0; | ^~~~~~ ../../Source/defines.h:180:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 180 | inline float sampleStartPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:181:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 181 | inline float sampleEndPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:182:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 182 | inline float sampleLoopStartPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:183:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 183 | inline float sampleLoopEndPosition = -1.0f; | ^~~~~~ ../../Source/defines.h:185:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 185 | inline float reverbRoomSize = 0.5f; | ^~~~~~ ../../Source/defines.h:186:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 186 | inline float reverbDamping = 0.3f; | ^~~~~~ ../../Source/defines.h:187:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 187 | inline float reverbWetLevel = 0.0f; | ^~~~~~ ../../Source/defines.h:188:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 188 | inline float reverbDryLevel = 1.0f; | ^~~~~~ ../../Source/defines.h:189:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 189 | inline float reverbWidth = 0.5f; | ^~~~~~ ../../Source/defines.h:190:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 190 | inline float reverbFreezeMode = 0.0f; | ^~~~~~ ../../Source/defines.h:192:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 192 | inline juce::String parameterName = "no name"; | ^~~~~~ ../../Source/defines.h:193:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 193 | inline int ccNumber = -1; | ^~~~~~ ../../Source/defines.h:194:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 194 | inline float minRange = 0.0; | ^~~~~~ ../../Source/defines.h:195:1: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 195 | inline float maxRange = 127.0; | ^~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::md5(const string&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:107:10: warning: ‘unsigned char* MD5(const unsigned char*, size_t, unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 107 | MD5(reinterpret_cast(&input[0]), input.size(), reinterpret_cast(&hash[0])); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:110:12: warning: ‘unsigned char* MD5(const unsigned char*, size_t, unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 110 | MD5(reinterpret_cast(&hash[0]), hash.size(), reinterpret_cast(&hash[0])); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::md5(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:118:15: warning: ‘int MD5_Init(MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 118 | MD5_Init(&context); | ~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:122:19: warning: ‘int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 122 | MD5_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:125:16: warning: ‘int MD5_Final(unsigned char*, MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | MD5_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:128:12: warning: ‘unsigned char* MD5(const unsigned char*, size_t, unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | MD5(reinterpret_cast(&hash[0]), hash.size(), reinterpret_cast(&hash[0])); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::sha1(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:149:16: warning: ‘int SHA1_Init(SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 149 | SHA1_Init(&context); | ~~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:153:20: warning: ‘int SHA1_Update(SHA_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 153 | SHA1_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:156:17: warning: ‘int SHA1_Final(unsigned char*, SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 156 | SHA1_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::sha256(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:180:18: warning: ‘int SHA256_Init(SHA256_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 180 | SHA256_Init(&context); | ~~~~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:184:22: warning: ‘int SHA256_Update(SHA256_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 184 | SHA256_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:187:19: warning: ‘int SHA256_Final(unsigned char*, SHA256_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 187 | SHA256_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::sha512(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:211:18: warning: ‘int SHA512_Init(SHA512_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | SHA512_Init(&context); | ~~~~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:215:22: warning: ‘int SHA512_Update(SHA512_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 215 | SHA512_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:218:19: warning: ‘int SHA512_Final(unsigned char*, SHA512_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | SHA512_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginEditor.cpp:11: /usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::md5(const string&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:107:10: warning: ‘unsigned char* MD5(const unsigned char*, size_t, unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 107 | MD5(reinterpret_cast(&input[0]), input.size(), reinterpret_cast(&hash[0])); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:110:12: warning: ‘unsigned char* MD5(const unsigned char*, size_t, unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 110 | MD5(reinterpret_cast(&hash[0]), hash.size(), reinterpret_cast(&hash[0])); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::md5(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:118:15: warning: ‘int MD5_Init(MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 118 | MD5_Init(&context); | ~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:122:19: warning: ‘int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 122 | MD5_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:125:16: warning: ‘int MD5_Final(unsigned char*, MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | MD5_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:128:12: warning: ‘unsigned char* MD5(const unsigned char*, size_t, unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | MD5(reinterpret_cast(&hash[0]), hash.size(), reinterpret_cast(&hash[0])); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:13, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::sha1(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:149:16: warning: ‘int SHA1_Init(SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 149 | SHA1_Init(&context); | ~~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:153:20: warning: ‘int SHA1_Update(SHA_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 153 | SHA1_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:156:17: warning: ‘int SHA1_Final(unsigned char*, SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 156 | SHA1_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::sha256(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:180:18: warning: ‘int SHA256_Init(SHA256_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 180 | SHA256_Init(&context); | ~~~~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:184:22: warning: ‘int SHA256_Update(SHA256_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 184 | SHA256_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:187:19: warning: ‘int SHA256_Final(unsigned char*, SHA256_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 187 | SHA256_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp: In static member function ‘static std::string SimpleWeb::Crypto::sha512(std::istream&, std::size_t)’: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:211:18: warning: ‘int SHA512_Init(SHA512_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | SHA512_Init(&context); | ~~~~~~~~~~~^~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:215:22: warning: ‘int SHA512_Update(SHA512_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 215 | SHA512_Update(&context, buffer.data(), static_cast(read_length)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:218:19: warning: ‘int SHA512_Final(unsigned char*, SHA512_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | SHA512_Final(reinterpret_cast(&hash[0]), &context); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../3rdParty/Simple-WebSocket-Server/crypto.hpp:14, from ../../3rdParty/Simple-WebSocket-Server/server_ws.hpp:5, from ../../Source/ServerInterface.h:20, from ../../Source/PluginProcessor.h:16, from ../../Source/PluginProcessor.cpp:11: /usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ ../../Source/PluginProcessor.cpp: In member function ‘void SourceSamplerAudioProcessor::previewFile(const juce::String&)’: ../../Source/PluginProcessor.cpp:1488:103: warning: ‘std::unique_ptr juce::URL::downloadToFile(const juce::File&, juce::String, juce::URL::DownloadTaskListener*, bool)’ is deprecated: Use the overload with a DownloadTaskOptions argument instead [-Wdeprecated-declarations] 1488 | std::unique_ptr downloadTask = juce::URL(path).downloadToFile(location, ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from ../../3rdParty/JUCE/modules/juce_core/juce_core.h:331, from ../../3rdParty/JUCE/modules/juce_audio_basics/juce_audio_basics.h:54, from ../../JuceLibraryCode/JuceHeader.h:17, from ../../Source/PluginProcessor.h:13, from ../../Source/PluginProcessor.cpp:11: ../../3rdParty/JUCE/modules/juce_core/network/juce_URL.h:553:35: note: declared here 553 | std::unique_ptr downloadToFile (const File& targetLocation, | ^~~~~~~~~~~~~~ All done!