[Home]

Summary:ASTERISK-05503: Can't compile asterisk-addons
Reporter:alexb (alexb)Labels:
Date Opened:2005-11-08 08:08:29.000-0600Date Closed:2005-11-08 14:59:19.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_saycountpl.patch
Description:Here's the output:

cc -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql     -c -o app_saycountpl.o app_saycountpl.c
In file included from app_saycountpl.c:10:
/usr/include/asterisk/file.h:52: error: syntax error before '*' token
/usr/include/asterisk/file.h:53: error: syntax error before '*' token
make: *** [app_saycountpl.o] Error 1
Comments:By: BJ Weschke (bweschke) 2005-11-08 12:09:43.000-0600

fallout from the de-#include process from the asterisk headers in CVS-HEAD last night. This module should now include it's own stdio.h

By: Kevin P. Fleming (kpfleming) 2005-11-08 14:58:47.000-0600

Committed to CVS HEAD, thanks!