Hi, I’m trying to use the dsp module in JUCE 5.4.7 but I’m getting a lot of errors when I try to compile my project in Windows. To be clear, all I did was add the dsp module in the projucer and then compile the project in VS2019. If I take the same projucer project and open it in Xcode on my mac then everything compiles as normal with no errors. Below is the list of errors that I receive. What am I missing to make this compile? Thanks in advance!
Severity | Code | Description | File | Line |
---|---|---|---|---|
Error | C2334 | unexpected token(s) preceding ‘:’; skipping apparent function body (compiling source file …\Source\PluginProcessor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C3646 | ‘a’: unknown override specifier (compiling source file …\Source\PluginEditor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C3646 | ‘a’: unknown override specifier (compiling source file …\Source\PluginProcessor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C1075 | ‘{’: no matching token found (compiling source file …\Source\PluginEditor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 30 |
Error | C1075 | ‘{’: no matching token found (compiling source file …\Source\PluginProcessor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 30 |
Error | C7525 | inline variables require at least ‘/std:c++17’ (compiling source file …\Source\PluginEditor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C7525 | inline variables require at least ‘/std:c++17’ (compiling source file …\Source\PluginProcessor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C2059 | syntax error: ‘)’ (compiling source file …\Source\PluginEditor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C2059 | syntax error: ‘)’ (compiling source file …\Source\PluginProcessor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C2146 | syntax error: missing ‘)’ before identifier ‘a’ (compiling source file …\Source\PluginEditor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C2146 | syntax error: missing ‘)’ before identifier ‘a’ (compiling source file …\Source\PluginProcessor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C2143 | syntax error: missing ‘;’ before ‘<’ (compiling source file …\Source\PluginEditor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C2143 | syntax error: missing ‘;’ before ‘<’ (compiling source file …\Source\PluginProcessor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |
Error | C2334 | unexpected token(s) preceding ‘:’; skipping apparent function body (compiling source file …\Source\PluginEditor.cpp) | C:\Program Files\JUCE\modules\juce_dsp\native\juce_fallback_SIMDNativeOps.h | 81 |