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

ld: error: version script assignment of 'global' to symbol 'VSTPluginMain' failed: symbol not defined #27

Open
yurivict opened this issue Feb 4, 2024 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Feb 4, 2024

Creating VST2 plugin for Kars
ld: error: version script assignment of 'global' to symbol 'VSTPluginMain' failed: symbol not defined
c++: error: linker command failed with exit code 1 (use -v to see invocation)

See log.

Version: 1.7
clang-16
FreeBSD 15 CURRENT

@yurivict
Copy link
Author

@falkTX Can we hope for this to be fixed?
This is a long-standing problem when compiled with clang.
GCC seems to ignore the problem with symbols.

@falkTX
Copy link
Contributor

falkTX commented Jun 12, 2024

it is fixed in latest dpf, we just need to update and tag new release.

fix comes as the last part of DISTRHO/DPF@56c106c if you want to import a fix right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants