Bonjour,

je ne comprends pas pourquoi j'ai une erreur lorsque je fais le make install d'asterisk

$ sudo make install
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/usr/src/asterisk-1.6.2.18/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/usr/src/asterisk-1.6.2.18/menuselect'
menuselect/menuselect --check-deps menuselect.makeopts
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
[CC] extconf.c -> extconf.o
In file included from /usr/local/include/datatypes.h:50,
from /usr/local/include/err.h:49,
from extconf.c:45:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file or directory
In file included from /usr/local/include/datatypes.h:50,
from /usr/local/include/err.h:49,
from extconf.c:45:
/usr/local/include/integers.h:103: error: conflicting types for âuint64_tâ
/usr/include/stdint.h:59: note: previous declaration of âuint64_tâ was here
make[1]: *** [extconf.o] Error 1
make: *** [utils] Error 2
Quelqu'un aurait il une idée?