https://bugs.winehq.org/show_bug.cgi?id=55408
--- Comment #5 from Andrew randrik@mail.ru --- Unfortunately I run into build errors:
At git commit commit a4f86cbf3d1887869758621da7789bb08a046252
==== libs/faudio/src/FACT.c:2302:21: error: call to undeclared library function 'alloca' with type 'void *(unsigned int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] mtxTmp = (float*) FAudio_alloca((unsigned int)( ^ libs/faudio/src/FAudio_internal.h:47:26: note: expanded from macro 'FAudio_alloca' #define FAudio_alloca(x) alloca(x) ====
Its strange because suggested by compiler include (include the header <stdlib.h> or explicitly provide a declaration for 'alloca') already there.
I use gcc 11.2.0/clang 16.0.6 on Slackware 15.0 I tried to skip few commits but error persist