I am trying to compile the new beta of Asterisk on a Fedora Core 4
machine that was running the first beta. When I try to compile the
asterisk-addons package I get the following error:
make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o
common.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o dct64_i386.o
dct64_i386.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o
decode_ntom.o decode_ntom.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o layer3.o
layer3.c
layer3.c: In function ?dct36?:
layer3.c:1635: error: missing terminating " character
layer3.c:1635: error: syntax error before ?;? token
layer3.c:1646: error: missing terminating " character
layer3.c:1646: error: syntax error before ?;? token
layer3.c:1657: error: missing terminating " character
layer3.c:1657: error: syntax error before ?;? token
layer3.c:1668: error: missing terminating " character
layer3.c:1668: error: syntax error before ?;? token
layer3.c:1686: error: invalid storage class for function ?dct12?
layer3.c:1686: warning: no previous prototype for ?dct12?
layer3.c:1827: error: invalid storage class for function ?III_hybrid?
layer3.c:1827: warning: no previous prototype for ?III_hybrid?
layer3.c:1878: warning: no previous prototype for ?do_layer3?
layer3.c:2026: error: syntax error at end of input
make[1]: *** [layer3.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3'
make: *** [format_mp3/format_mp3.so] Error 2
Everything was working on 1.2b1 so I do not know what the problem
--
Carlos Chavez
Director de Tecnolog?a
Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Tel: +52-55-91169161 Ext 2001
Carlos Chavez wrote:> layer3.c > layer3.c: In function ?dct36?: > layer3.c:1635: error: missing terminating " character > layer3.c:1635: error: syntax error before ?;? token > layer3.c:1646: error: missing terminating " character > layer3.c:1646: error: syntax error before ?;? token > layer3.c:1657: error: missing terminating " character > layer3.c:1657: error: syntax error before ?;? token > layer3.c:1668: error: missing terminating " character > layer3.c:1668: error: syntax error before ?;? token > layer3.c:1686: error: invalid storage class for function ?dct12? > layer3.c:1686: warning: no previous prototype for ?dct12? > layer3.c:1827: error: invalid storage class for function ?III_hybrid? > layer3.c:1827: warning: no previous prototype for ?III_hybrid? > layer3.c:1878: warning: no previous prototype for ?do_layer3? > layer3.c:2026: error: syntax error at end of input > make[1]: *** [layer3.o] Error 1 > make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3' > make: *** [format_mp3/format_mp3.so] Error 2It builds fine here from CVS HEAD, and asterisk-addons has not had any changes since beta2 was made last night.