I recently updated my Projucer on Ubuntu from a version 5 (which is what Ubuntu installs from APT) to the most recent version because I wanted access to all the version 6 functionality. But now I can’t compile VST2s due to an error compiling the Audio Plugin Client module. I would use VST3 but my DAW doesn’t support them yet. I have tried both an older VST3 SDK and a VST2.4 SDK but I get this same error regardless. AU and VST3 compilation works perfectly. Has anyone seen this before? Is there any work around? I have been googling it but couldn’t find anything so I came here. Thank you for your time!
/usr/bin/ld: build/intermediate/Debug/include_juce_audio_plugin_client_VST2_dd551e08.o: in function `JuceVSTWrapper::handleManufacturerSpecific(JuceVSTWrapper::VstOpCodeArguments)':
/home/jasonb/JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:1866: undefined reference to `juce::handleManufacturerSpecificVST2Opcode(int, long long, void*, float)'
collect2: error: ld returned 1 exit status