folks,<br>
<br>
I am doing an install of AMP from the AMP PDF file. I get to the
part where I need to install the addons and I get the folloing error on
a make. I have done a make clean before I did a make. I can
see the errors, common.o is in place as far as I can tell.
format_mp3.so is no where to be found.<br>
<br>
I am on page 10 of this manual <a href="http://amp.coalescentsystems.ca/docs/AMP_Installation_Guide_v1.4.pdf">http://amp.coalescentsystems.ca/docs/AMP_Installation_Guide_v1.4.pdf</a><br>
<br>
Any help would be greatly aprecieated.<br>
<br>
Thank you for your time,<br>
<br>
Tommy<br>
<br>
<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><br>
<br>
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID -I/usr/include/mysql `ls *.c`<br>
app_addon_sql_mysql.c:15:27: asterisk/file.h: No such file or directory<br>
app_addon_sql_mysql.c:16:29: asterisk/logger.h: No such file or directory<br>
app_addon_sql_mysql.c:17:30: asterisk/channel.h: No such file or directory<br>
app_addon_sql_mysql.c:18:26: asterisk/pbx.h: No such file or directory<br>
app_addon_sql_mysql.c:19:29: asterisk/module.h: No such file or directory<br>
app_addon_sql_mysql.c:20:34: asterisk/linkedlists.h: No such file or directory<br>
app_addon_sql_mysql.c:21:31: asterisk/chanvars.h: No such file or directory<br>
app_addon_sql_mysql.c:22:27: asterisk/lock.h: No such file or directory<br>
cdr_addon_mysql.c:17:29: asterisk/config.h: No such file or directory<br>
cdr_addon_mysql.c:18:30: asterisk/options.h: No such file or directory<br>
cdr_addon_mysql.c:19:30: asterisk/channel.h: No such file or directory<br>
cdr_addon_mysql.c:20:26: asterisk/cdr.h: No such file or directory<br>
cdr_addon_mysql.c:21:29: asterisk/module.h: No such file or directory<br>
cdr_addon_mysql.c:22:29: asterisk/logger.h: No such file or directory<br>
cdr_addon_mysql.c:23:26: asterisk/cli.h: No such file or directory<br>
make -C format_mp3 all<br>
make[1]: Entering directory `/root/asterisk-addons/format_mp3'<br>
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE
-O6 -c -o common.o common.c<br>
common.c:1:29: asterisk/logger.h: No such file or directory<br>
common.c: In function `decode_header':<br>
common.c:93: warning: implicit declaration of function `ast_log'<br>
common.c:93: error: `LOG_WARNING' undeclared (first use in this function)<br>
common.c:93: error: (Each undeclared identifier is reported only once<br>
common.c:93: error: for each function it appears in.)<br>
make[1]: *** [common.o] Error 1<br>
make[1]: Leaving directory `/root/asterisk-addons/format_mp3'<br>
make: *** [format_mp3/format_mp3.so] Error 2<br>
<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<br>