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

problem compiling with linker #1397

Closed sashaaaaaaaaa closed 11 months ago

sashaaaaaaaaa commented 1 year ago

I get these errors when trying to compile:

undefined reference to `ZSTD_compress' error adding symbols: DSO missing from command line

Last version i managed to compile was 7.1.68.

Using updated arch linux with the AUR PKGBUILD.

I have zstd installed of course.

yust1n commented 1 year ago

same error occurs on slackware 15.0 using binutils 2.40 compiling works fine on artix with binutils 2.39-4 so it seems that this problem is related to binutils

yust1n commented 1 year ago

https://aur.archlinux.org/packages/radium7 found the problem and patched it

kmatheussen commented 11 months ago

So there's nothing to fix in Radium? Then i'll just close the issue.

yust1n commented 11 months ago

Here is the diff : https://aur.archlinux.org/cgit/aur.git/tree/build_linux_common.patch?h=radium

kmatheussen commented 11 months ago

Thank you. I'm not applying upstream, since it's not necessary on other distros as far as I know, but it's good to know that there is a fix for the problem.