-
I'm getting this linker error trying to build an executable using libopenmpt:
build logs for reference: logs_24696132990.zip Last successful build was in Jul 30, 2023, before the upgrade to version 0.7 Is anyone able to successfully link with the current library? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Could you provide the steps to reproduce the issue, please? |
Beta Was this translation helpful? Give feedback.
-
This is the GH workflow: https://github.com/MusiQt/musiqt/blob/master/.github/workflows/release.yml Basically get the package: and build with (requires Qt6 base and multimedia):
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I can not figure out how to solve the issue. You could use the clang mingw packages as workaround. BTW, if the main goal is static linking the libopenmpt.a should be used instead of libopenmpt.dll.a. |
Beta Was this translation helpful? Give feedback.
Unfortunately, I can not figure out how to solve the issue. You could use the clang mingw packages as workaround.
BTW, if the main goal is static linking the libopenmpt.a should be used instead of libopenmpt.dll.a.