brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
263 stars 29 forks source link

Build fails with waf 2.1 (Arch Linux) #156

Open Gimmeapill opened 4 months ago

Gimmeapill commented 4 months ago

Hi Hermann,

I came back to guitarix after a relatively long break and got a failure building from git: ... Incompatible Waf, use 2.0 ...

It turns out that waf is now at 2.1.0 on Arch and there is no easy downgrade path https://archlinux.org/packages/extra/any/waf/

Is there any easy way to fix the build the build besides a waf downgrade? If not, I'll dig out and old version, but that is probably something that will need to be fixed for the other distros at some point...

brummer10 commented 4 months ago

I'll Check If I could Update waf. In the mean time you could use the implemented waf Version from guitarix. Just use ./waf Instead waf

Gimmeapill commented 4 months ago

Worked like a charm, thanks!