DISTRHO / DPF-Plugins

Collection of DPF-based plugins for packaging
Other
102 stars 19 forks source link

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

Open yurivict opened 9 months ago

yurivict commented 9 months ago
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 commented 5 months ago

@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 commented 5 months ago

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

fix comes as the last part of https://github.com/DISTRHO/DPF/commit/56c106c0fd886a5d29e018807f40adb00f57fe4e if you want to import a fix right now