[Home]

Summary:ASTERISK-25075: func_speex.c does not compile, missing speex/speex_preprocess.h
Reporter:Marcello Ceschia (marcelloceschia)Labels:
Date Opened:2015-05-10 03:44:47Date Closed:2015-06-03 04:57:31
Priority:BlockerRegression?
Status:Closed/CompleteComponents:Functions/func_speex
Versions:13.3.2 Frequency of
Occurrence
Related
Issues:
Environment:openSUSE 13.2Attachments:
Description:{code}
Generating embedded module rules ...
  [CC] func_speex.c -> func_speex.o
func_speex.c:44:36: fatal error: speex/speex_preprocess.h: No such file or directory
#include <speex/speex_preprocess.h>
                                   ^
compilation terminated.
/usr/local/src/asterisk/asterisk-13/asterisk/Makefile.rules:123: recipe for target 'func_speex.o' failed
make[1]: *** [func_speex.o] Error 1
Makefile:393: recipe for target 'funcs' failed
make: *** [funcs] Error 2
{code}
Comments:By: Rusty Newton (rnewton) 2015-05-15 16:08:14.321-0500

We are unable to reproduce, so you'll need to provide further detail on how to reproduce the issue along with your config.log.

Press Enter Feedback to send the issue back to us. Thanks!

By: Rusty Newton (rnewton) 2015-06-01 17:56:20.666-0500

[~marcelloceschia] is this still an issue? Can you provide the requested information? Thanks!

By: Marcello Ceschia (marcelloceschia) 2015-06-03 01:25:50.040-0500

After updateing to bc70904c053ccc3c14d2b2f87ee81b5e8ffadbbb and re-run configure and make, I get
{noformat}
***********************************************************
 The 'SPEEX_PREPROCESS' dependency was previously satisfied but        
 is now unsatisfied.                                      

 The following modules will no longer be available:
         codec_speex
***********************************************************
{noformat}

Thats perfect!
Thank you