mschack / VCV-Rack-Plugins

Plugins for VCV Rack
MIT License
61 stars 19 forks source link

Update to VCV Rack 0.5.1? #54

Closed polyzium closed 6 years ago

polyzium commented 6 years ago

Because of its dependency on 0.4.0 it fails to compile. Upgrading to 0.5.1 would be nice as well as provide releases for other OSes.

phdsg commented 6 years ago

compiling from git clone works just fine. have you taken the source from the releases page? what platform binary do you need?

polyzium commented 6 years ago

I am having the similar problem as described in #14. I did a git clone of it, but it fails to compile. Log from make I assume it uses GCC 7 but I don't know how to make it use GCC 6 And no i didn't use the releases page source code I use Linux with rt kernel.

phdsg commented 6 years ago

looks like you are trying to compile the modules 0.5.x code vs rack 0.6 code.

polyzium commented 6 years ago

Oh damn it, version incompatibility always pisses me off. Cloned v0.5 branch of rack, compiled successfully