Hi
get multiple Install errors when trying to execute the “make & make install” command with Asteirsk Addons 1-4-7. I am also installing the asterisk, 1.4.10. Here’s a snip from my CLI:
[CC] app_saycountpl.c -> app_saycountpl.o
[LD] app_saycountpl.o -> app_saycountpl.so
[CC] format_mp3.c -> format_mp3.o
format_mp3.c: In function âmp3_openâ:
format_mp3.c:99: error: âstruct ast_filestreamâ has no member named â_privateâ
format_mp3.c: In function âmp3_closeâ:
format_mp3.c:116: error: âstruct ast_filestreamâ has no member named â_privateâ
format_mp3.c: In function âmp3_squeueâ:
format_mp3.c:124: error: âstruct ast_filestreamâ has no member named â_privateâ
format_mp3.c: In function âmp3_dqueueâ:
format_mp3.c:143: error: âstruct ast_filestreamâ has no member named â_privateâ
format_mp3.c: In function âmp3_queueâ:
format_mp3.c:155: error: âstruct ast_filestreamâ has no member named â_privateâ
format_mp3.c: In function âmp3_readâ:
format_mp3.c:200: error: âstruct ast_filestreamâ has no member named â_privateâ
format_mp3.c: In function âmp3_seekâ:
format_mp3.c:256: error: âstruct ast_filestreamâ has no member named â_privateâ
format_mp3.c: In function âmp3_tellâ:
format_mp3.c:296: error: âstruct ast_filestreamâ has no member named â_privateâ
make[1]: *** [format_mp3.o] Error 1
make: *** [formats] Error 2
I can see where the problems are, just dont know how to fix them. any idea ??