When compiling SVN_HEAD under Solaris/Sparc, I get:
CC code/libspeex/lsp.c
code/libspeex/lsp.c: In function `lpc_to_lsp':
code/libspeex/lsp.c:247: warning: implicit declaration of function `alloca'
CC code/libspeex/lsp_tables_nb.c
CC code/libspeex/ltp.c
code/libspeex/ltp.c: In function `open_loop_nbest_pitch':
code/libspeex/ltp.c:197: warning: implicit declaration of function `alloca'
CC code/libspeex/mdf.c
CC code/libspeex/modes.c
CC code/libspeex/modes_wb.c
CC code/libspeex/nb_celp.c
code/libspeex/nb_celp.c: In function `nb_encode':
code/libspeex/nb_celp.c:284: warning: implicit declaration of function `alloca'
CC code/libspeex/preprocess.c
CC code/libspeex/quant_lsp.c
CC code/libspeex/resample.c
CC code/libspeex/sb_celp.c
code/libspeex/sb_celp.c: In function `sb_encode':
code/libspeex/sb_celp.c:351: warning: implicit declaration of function `alloca'
CC code/libspeex/smallft.c
CC code/libspeex/speex.c
CC code/libspeex/speex_callbacks.c
This should just need -DHAVE_ALLOCA_H=1 added to the compiler command line on Solaris.
svn revision #1589 should fix it, I think. Please reopen the bug if not.
--ryan.
Created attachment 2048 [details] Modified patch against SVN