Hi,
I was trying to compile synthv1 samplv1 and drumkv1 from source on Fedora 25 and bumped into a strange compile error, and also found a strange workaround.
If I try the usual
./configure --prefix=/usr --libdir=/usr/lib64 make (or: make all)
I am getting a strange error about missing jack stuff
But if I do
./configure --prefix=/usr --libdir=/usr/lib64 make lv2 sudo make install lv2 make sudo make install
Everything compiles and installs just fine. I have no idea why, I'm glad this way it works at least for me. There must be some error in the source's configure and build files that needs fixing.
But maybe it can help the guy(s) who package synthv1/samplv1/drumkv1 for Fedora to update the RPM packages? Latest upstream versions are 0.8.3 I think.
Hi Martin,
I believe the jack app is linking against an older installed version of the shared lib. That's why installing the new lv2 libs first solves the issue. (Or you could just uninstall them first)
I'll update these sometime this week.
regards,
Brendan
On 25 June 2017 at 10:25, Martin Tarenskeen m.tarenskeen@zonnet.nl wrote:
Hi,
I was trying to compile synthv1 samplv1 and drumkv1 from source on Fedora 25 and bumped into a strange compile error, and also found a strange workaround.
If I try the usual
./configure --prefix=/usr --libdir=/usr/lib64 make (or: make all)
I am getting a strange error about missing jack stuff
But if I do
./configure --prefix=/usr --libdir=/usr/lib64 make lv2 sudo make install lv2 make sudo make install
Everything compiles and installs just fine. I have no idea why, I'm glad this way it works at least for me. There must be some error in the source's configure and build files that needs fixing.
But maybe it can help the guy(s) who package synthv1/samplv1/drumkv1 for Fedora to update the RPM packages? Latest upstream versions are 0.8.3 I think.
--
MT _______________________________________________ music mailing list -- music@lists.fedoraproject.org To unsubscribe send an email to music-leave@lists.fedoraproject.org
On Sun, 25 Jun 2017, Brendan Jones wrote:
Hi Martin, I believe the jack app is linking against an older installed version of the shared lib. That's why installing the new lv2 libs first solves the issue. (Or you could just uninstall them first)
I'll update these sometime this week.
I see. That could be it.
Talking about LV2 plugins: Maybe you can also update lv2-triceratops to version 0.3.1. Not for me (I can compile this myself) but just to report a package that has a newer version upstream.