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.