lindenbergresearch / LRTRack

LRT Audio-Modules for VCVRack
Other
57 stars 10 forks source link

build fail #24

Closed davephillips closed 6 years ago

davephillips commented 6 years ago

Fedora 23 Linux Rack 0.5.x

g++ -fPIC -I../../include -I../../dep/include -DVERSION=0.5.210 -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -Wsuggest-override -std=c++11 -c -o build/src/MS20Filter.cpp.o src/MS20Filter.cpp src/MS20Filter.cpp: In member function ‘virtual void MS20Filter::step()’: src/MS20Filter.cpp:76:14: error: ‘struct dsp::MS20zdf’ has no member named ‘setType’ ms20zdf->setType(params[MODE_SWITCH_PARAM].value); ^ ../../compile.mk:53: recipe for target 'build/src/MS20Filter.cpp.o' failed make: *** [build/src/MS20Filter.cpp.o] Error 1

lindenbergresearch commented 6 years ago

try again, should work now. current version 0.5.289 is a beta version ready for testing if you want :) this would be very welcome, if you like.

davephillips commented 6 years ago

Hey, thanks for the notice, sorry for the late reply. Build is fixed, I'll test the version this evening after teaching.

lindenbergresearch commented 6 years ago

You are welcome! May you send me a linux dist? I already have win and mac for v0.5.3. This would be very nice, so I could release today :)

davephillips commented 6 years ago

First time doing a dist, I hope I did it right. Btw, I had to change LICENCE to LICENSE before it would build. :) LindenbergResearch-0.5.3-lin.zip

lindenbergresearch commented 6 years ago

Oh yes, you are right... I will fix this soon :) Thanks a lot for compiling!