Closed gilfuser closed 4 years ago
@Goli4thus Dammit, so those changes caused regression for older than Arch system :worried:
Hi!
First of all thank you for this project. It's nice to have a lighter way to manage linvst.
Hi, thanks for the feedback! Always nice to hear that it's of help! :wink:
I*m having an error while trying to
make
the most recent version. And this is the cmake log I'm getting: ..... I'm on an Ubuntu Studio 20.04.
Yeah that was not intentional. Guess we need to be more coservative with updating to the latest APIs from now on (the curse of using an Arch based system I guess...).
I setup a new Ubuntu 20.04 VM and tracked down the actual problem. I reverted that particular change with 3242941097f2f24aae0b375284465cf740c69190 so it uses the older API again. Maybe you can give it another try and report back. Then I'll try to make a bugfix release.
@keybreak: I gave it some thoughts, but I think we'll have to manage with having some warnings during build from now on. Deprecated API usage will certainly become a bigger thing once Qt 6 becomes reality. Maybe at some point we'll have to define a certain Qt5 version as the oldest one supported. But that will depend on how much and, above all, what Qt 6 breaks that we are using.
I gave it some thoughts, but I think we'll have to manage with having some warnings during build from now on. Deprecated API usage will certainly become a bigger thing once Qt 6 becomes reality. Maybe at some point we'll have to define a certain Qt5 version as the oldest one supported. But that will depend on how much and, above all, what Qt 6 breaks that we are using.
Yeah, makes sense...Better safe than sorry :+1: That's a burden of depending on stuff like qt, but still better like that, than else...
Cool! Now it builds.
Thanks again
Hi!
First of all thank you for this project. It's nice to have a lighter way to manage linvst.
I*m having an error while trying to
make
the most recent version. And this is the cmake log I'm getting:I'm on an Ubuntu Studio 20.04.