ltfat icon indicating copy to clipboard operation
ltfat copied to clipboard

Build fails with octave 10

Open doronbehar opened this issue 1 year ago • 3 comments

Hello, on NixOS we encountered the following failure when trying to build ltfat with octave 10.1.0:

https://gist.github.com/doronbehar/76dafbe2fdfd014866f80942d5e00d03

doronbehar avatar Mar 30 '25 09:03 doronbehar

See https://github.com/ltfat/ltfat/issues/189

dasergatskov avatar May 03 '25 15:05 dasergatskov

Thanks @dasergatskov ! And sorry @doronbehar for being so unresponsive. I agree that #189 is at least part of the solution, unfortunately, we do not have the resources to fix this right now (more precisely, to ensure that after fixing, everything works as expected, to do a new release, and to manage the questions potentially arising therefrom). We are working on a solution for this.

allthatsounds avatar May 03 '25 19:05 allthatsounds

For octave builds it is sufficient to replace 'gnu++11' with 'gnu++17' in oct/Makefile_unix.

StefanBruens avatar Oct 25 '25 14:10 StefanBruens