Develop branch errors
-
I thought I'd put them here rather than bug you with PMs :p + I can format them better here
hi_zstd/hi_zstd/ZstdCompressor_Impl.h:114:123: error: no matching function for call to ‘zstd::DictionaryHelpers::compressWithOptionalDictionary(zstd::PointerTypes::CompressionContext*&, juce::MemoryBlock&, juce::MemoryOutputStream&, zstd::PointerTypes::CompressionDictionary*&, int&)’ auto numWritten = DictionaryHelpers::compressWithOptionalDictionary(context, output, input, dictionary, compressionLevel);
/juce_SIMDRegister.h:86:52: error: invalid use of incomplete type ‘using NativeOps = struct juce::dsp::SIMDNativeOps<long long int> {aka struct juce::dsp::SIMDNativeOps<long long int>}’
hi_core/UpdateMerger.h:124:65: error: no matching function for call to ‘juce::dsp::SIMDRegister<float>::fromNative(<brace-enclosed initializer list>)’
-
Should work now :)
-
@christoph-hart Thanks, downloading now!