08.08.2024 11:01, Peter Hessler пишет: > On 2024 Aug 06 (Tue) at 12:30:21 +0100 (+0100), Stuart Henderson wrote: > :On 2024/08/04 12:56, Klemens Nanni wrote: > :> CVSROOT: /cvs > :> Module name: ports > :> Changes by: [email protected] 2024/08/04 12:56:47 > :> > :> Modified files: > :> audio/rnnoise : Makefile distinfo > :> > :> Log message: > :> update to rnnoise 0.2 > :> > : > :In file included from /pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:39: > :/pobj/rnnoise-0.2/rnnoise-0.2/src/vec.h:44:10: fatal error: 'os_support.h' > file not found > :#include "os_support.h" > : ^~~~~~~~~~~~~~ > :1 error generated. > : > > I saw a similar failure on arm64 but fixed it with a patch to > src/vec_neon.h. From an initial review it looks like upstream > incompletely removed references to os_support.h. > > kn, can you work with upstream to get these fixed? Thanks.
Upstream already has a commit supposedly fixing compile errors, which does remove os_support.h completely. Whether that fixes the strange configure issue is another thing. I'll clean up the port soon, thanks for helping out.
