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
Hello,
Fantastic project, thanks! I'd like to use it from linux, but it does not compile with the latest (3.7.3) vst3sdk. The compilation stops with the following error:
/usr/bin/ld: /home/x/vst/vst3sdk//build/lib/Release/libsdk.a(moduleinit.cpp.o): in function `InitModule()':
/home/x/vst/vst3sdk/public.sdk/source/main/moduleinit.cpp:113: multiple definition of `InitModule()'; CMakeFiles/homecorrupter.dir/src/vstentry.cpp.o:vstentry.cpp:(.text+0x1d0): first defined here
/usr/bin/ld: /home/x/vst/vst3sdk//build/lib/Release/libsdk.a(moduleinit.cpp.o): in function `DeinitModule()':
/home/x/vst/vst3sdk/public.sdk/source/main/moduleinit.cpp:120: multiple definition of `DeinitModule()'; CMakeFiles/homecorrupter.dir/src/vstentry.cpp.o:vstentry.cpp:(.text+0x1e0): first defined here
collect2: error: ld returned 1 exit status
Could you help to resolve the error or provide linux binaries to your vsts or give me a download link to the appropriate vst3sdk?
Much appreciated!
The text was updated successfully, but these errors were encountered:
Hello,
Fantastic project, thanks! I'd like to use it from linux, but it does not compile with the latest (3.7.3) vst3sdk. The compilation stops with the following error:
Could you help to resolve the error or provide linux binaries to your vsts or give me a download link to the appropriate vst3sdk?
Much appreciated!
The text was updated successfully, but these errors were encountered: