Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note your version of D in the build file. #2

Open
gaycodegal opened this issue Apr 13, 2021 · 1 comment
Open

Note your version of D in the build file. #2

gaycodegal opened this issue Apr 13, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gaycodegal
Copy link

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

/home/zyth/.dub/packages/dplug-9.0.13/dplug/vst/dplug/vst/client.d(1236,15): Error: undefined identifier VstIntPtr

I'm not a D programmer so /shrug

@abaga129
Copy link
Contributor

Ah sorry about that. I'll take a look later and update the project to work with the latest ldc and dmd.

@abaga129 abaga129 added the bug Something isn't working label Apr 19, 2021
@abaga129 abaga129 self-assigned this Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants