[Asterisk-Dev] Latest CVS Compile Error

Adam Goryachev mailinglists at websitemanagers.com.au
Wed May 12 02:27:29 MST 2004


Getting two errors related to say.c german language.
say.c: In function `ast_say_number_full_de':
say.c:782: parse error before `int'
say.c:783: `millions' undeclared (first use in this function)
say.c:783: (Each undeclared identifier is reported only once
say.c:783: for each function it appears in.)
make: *** [say.o] Error 1

This is the second error, the first was about the thousands. I seem to
have 'fixed' this by moving the line:
t = 1;
below the definition of:
int millions = num / 1000000;

AFAICT, this isn't related to anything I've screwed up locally....

Regards,
Adam




More information about the asterisk-dev mailing list