Closed 573 closed 4 years ago
Same error on OSX:
OSX 10.12.6 Rack v0.6.1 Plugin git branch master:
c++ -std=c++11 -stdlib=libc++ -DTEST -I./eurorack -I./src/dsp-delay -I./src/dsp-filter/utils -I./src/dsp-filter/filters -I./src/dsp-filter/third-party/falco -Wno-unused-local-typedefs -DSLUG=FrozenWasteland -fPIC -I../../include -I../../dep/include -DVERSION=0.6.7 -MMD -MP -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_MAC -mmacosx-version-min=10.7 -c -o build/src/HairPick.cpp.o src/HairPick.cpp In file included from src/HairPick.cpp:4: ./src/dsp-delay/ringbuffer.hpp:14:8: error: redefinition of 'RingBuffer' struct RingBuffer { ^ ../../include/dsp/ringbuffer.hpp:14:8: note: previous definition is here struct RingBuffer { ^ In file included from src/HairPick.cpp:4: ./src/dsp-delay/ringbuffer.hpp:72:8: error: redefinition of 'DoubleRingBuffer' struct DoubleRingBuffer { ^ ../../include/dsp/ringbuffer.hpp:71:8: note: previous definition is here struct DoubleRingBuffer { ^ In file included from src/HairPick.cpp:4: ./src/dsp-delay/ringbuffer.hpp:296:8: error: redefinition of 'AppleRingBuffer' struct AppleRingBuffer { ^ ../../include/dsp/ringbuffer.hpp:140:8: note: previous definition is here struct AppleRingBuffer { ^ 3 errors generated. make: *** [build/src/HairPick.cpp.o] Error 1
Ubuntu 16.04 Rack v0.6.1 Plugin git branch master: