transformant icon indicating copy to clipboard operation
transformant copied to clipboard

Plugin falis to build with vst3sdk 3.7.8

Open burein-ita opened this issue 1 year ago • 3 comments

Using Archlinux vst3sdk 3.7.8_build_34

Running make fails with the following errors: buildlog.txt

This affects the other plugins as well.

Using vst3sdk 3.7.7 builds successfully.

burein-ita avatar Jun 10 '23 20:06 burein-ita

Maybe one idea is to reference upstream vst3sdk in a submodule in order to pin a target version.

cbix avatar Oct 20 '23 20:10 cbix

Hi all involved,

I'll use this request to update SDK version, when successful similar requests (and those relating to release tags) will be applied across all other repositories.

Maybe one idea is to reference upstream vst3sdk in a submodule in order to pin a target version

This makes sense, previously Steinberg repository management would make this difficult to impossible, but I can have a another look to see whether things have improved.

igorski avatar Oct 22 '23 10:10 igorski

repository management would make this difficult

I would just require to clone using git clone --recurse-submodules https://github.com/igorski/transformant

cbix avatar Oct 22 '23 13:10 cbix