You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to figure out to use the correct version of dplug-build due to your dub.json; I think this project also needs a specific version of D to compile though. I tried an ldc2 from 2019 but that didn't work so I've given up for now.
I got issues like
/home/zyth/.dub/packages/dplug-9.0.13/dplug/dsp/dplug/dsp/iir.d(130,52): cannot pass argument XMM6 of type __vector(double[2]) to parameter __vector(int[4]) v
when compiling with newer versions of D
and in ldc2-1.19.0-linux-x86_64 I got a whole bunch of undefineds like
I was able to figure out to use the correct version of dplug-build due to your dub.json; I think this project also needs a specific version of D to compile though. I tried an ldc2 from 2019 but that didn't work so I've given up for now.
I got issues like
when compiling with newer versions of D
and in
ldc2-1.19.0-linux-x86_64
I got a whole bunch of undefineds likeI'm not a D programmer so /shrug
The text was updated successfully, but these errors were encountered: