[Home]

Summary:ASTERISK-01629: Can't compile say.c (CVS-HEAD)
Reporter:philipp2 (philipp2)Labels:
Date Opened:2004-05-15 09:42:42Date Closed:2004-09-25 02:46:00
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-HEAD-05/15/04-15:35:55\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\"     -DBUSYDETECT_MARTIN     -DNEW_PRI_HANGUP    -c -o say.o say.c
say.c: In function `powiedz':
say.c:1633: parse error before `int'
say.c:1636: `i1000E6' undeclared (first use in this function)
say.c:1636: (Each undeclared identifier is reported only once
say.c:1636: for each function it appears in.)
say.c:1638: parse error before `int'
say.c:1641: `i1000E3' undeclared (first use in this function)
say.c:1643: parse error before `int'
say.c:1646: `i1000' undeclared (first use in this function)
say.c:1648: parse error before `int'
say.c:1651: `i100' undeclared (first use in this function)
say.c:1654: `m100' undeclared (first use in this function)
say.c:1655: `m1000' undeclared (first use in this function)
say.c: In function `ast_say_number_full_pl':
say.c:1725: parse error before `*'
say.c:1729: `o' undeclared (first use in this function)
make: *** [say.o] Error 1


****** ADDITIONAL INFORMATION ******

CVS as of now.
Comments:By: Mark Spencer (markster) 2004-05-15 11:26:30

Dupe of 1631 which is in any case fixed, except for the function names generally still being in Polish.