Closed dvzrv closed 1 year ago
Hello. A fix has been added to github master. Should soon appear in the AppImage as well.
The five undefined references each were prefaced with the 'inline' keyword, in mididev.cpp The 'inline' keywords have now been removed.
Should hopefully fix the problem. Lemme know how it goes. Thanks for the report.
@terminator356 thanks for the quick response!
Applying the inline removal from https://github.com/muse-sequencer/muse/commit/050aa29e4f2f96d5c2723a56ee74dcb22a8f2fe1 indeed fixes the problem!
OK Good. Sorry for the trouble. I had been tinkering with 'inline', but then removed it from several places due to problems like these, but I neglected these places.
Funny that no complaints came in, and our AppImage automatically builds fine with them. I suppose different compilers, configurations, distros etc. can cause this to happen.
I might request that @spamatica do another MusE release soon-ish since an error in 4.2 caused the 'simpledrums' MESS synth to be missing from installations.
Re-open if any further trouble. Thanks.
Cool, I can start that tonight.
/Robert
Den sön 24 sep. 2023 kl 01:41 skrev Tim @.***>:
OK Good. Sorry for the trouble. I had been tinkering with 'inline', but then removed it from several places due to problems like these, but I neglected these places.
Funny that no complaints came in, and our AppImage automatically builds fine with them. I suppose different compilers, configurations, distros etc. can cause this to happen.
I might request that @spamatica https://github.com/spamatica do another MusE release soon-ish since an error in 4.2 caused the 'simpledrums' MESS synth to be missing from installations.
Re-open if any further trouble. Thanks.
— Reply to this email directly, view it on GitHub https://github.com/muse-sequencer/muse/issues/1247#issuecomment-1732433763, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCFAN4DXAYZN7WYCE6WCJLX35XSRANCNFSM6AAAAAA5EM3FPE . You are receiving this because you were mentioned.Message ID: @.***>
Describe the bug Hi! I package this project for Arch Linux. Some time after 4.1 it appears that the linking stage for the main executable fails and now it only succeeds with
-D MODULES_BUILD_STATIC=1
, whereas before it worked without.This looks somewhat similar to #772
To Reproduce Steps to reproduce the behavior:
full build log: muse-4.2.0-1-x86_64-build.log
Expected behavior Build succeeds also without
-D MODULES_BUILD_STATIC=1
.Screenshots n/a
Desktop (please complete the following information):
Additional context n/a