kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

compiling on Slackware 15.0 ends up in ld error #1398

Closed yust1n closed 11 months ago

yust1n commented 1 year ago

Turns out that adding weakjack/weak_libjack.h to line 2521 $(T)Mixer.o: audio/Mixer.cpp audio/SoundProducer_proc.h Qt/helpers.h audio/SampleRecorder_proc.h audio/CpuUsage.hpp is a fix for this.

kmatheussen commented 11 months ago

Hi, can you clarify what you did? (E.g. what does "git diff Makefile.Qt" output?)

yust1n commented 11 months ago

sed "/Mixer.o:/s/$/ weakjack\/weak_libjack.h/" -i Makefile.Qt is all I put in the SlackBuild.

kmatheussen commented 11 months ago

Thank you. I don't understand how that fixes anything but it doesn't hurt applying that change.