-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error #9
Comments
Hi @simone6868, Have you installed all of the dependencies? https://asterisk-tiresias.readthedocs.io/en/latest/installation.html#required-libraries libfftw3-dev |
Have you installed all of the dependencies? ----> at this point not sure.....Sorry :-( Can you post an idiot proof howto for the libs ? Now after installing libfftw3-dev i go new errors.... gcc -Wall -g -pthread -pipe -g3 -O6 -fPIC -DAST_MODULE="app_tiresias" -DAST_MODULE_SELF_SYM=__app_tiresias -I/usr/include/ -I/usr/local/include/ -c fp_handler.c -o build/fp_handler.o |
You need to install all of these libraries.
You can find more details here. |
Hi...have read and tried this below...I had difficulties to find correct libs.. libaubio -----> aubio-0.3.2-16.el7.nux.x86_64 installed |
Hi...my fault....i have compiled libaubio from binary and everything is ok.. Thanks |
Fresh Minimal Centos 7 install....Asterisk 13.38...I think i have installed correctly dependencies...
Download asterisk-tiresias but on make i got
make
gcc -Wall -g -pthread -pipe -g3 -O6 -fPIC -DAST_MODULE="app_tiresias" -DAST_MODULE_SELF_SYM=__app_tiresias -I/usr/include/ -I/usr/local/include/ -c fp_handler.c -o build/fp_handler.o
In file included from /usr/include/aubio/aubio.h:62:0,
from fp_handler.c:18:
/usr/include/aubio/fft.h:31:19: fatal error: fftw3.h: File o directory non esistente
#include <fftw3.h
The text was updated successfully, but these errors were encountered: