Ich habe Asterisk 1.4.9 mit mISDN am laufen und wollte nun die Addons (Vers. 1.4.6) hinzufügen. Leider kompilieren diese nicht und ich kann leider mit der Fehlermeldung nicht viel anfangen. Kann mir jemand den Weg weisen?
Code:
[CC] format_mp3.c -> format_mp3.o
format_mp3.c: In Funktion »mp3_open«:
format_mp3.c:99: error: structure has no member named `_private'
format_mp3.c: In Funktion »mp3_close«:
format_mp3.c:116: error: structure has no member named `_private'
format_mp3.c: In Funktion »mp3_squeue«:
format_mp3.c:124: error: structure has no member named `_private'
format_mp3.c: In Funktion »mp3_dqueue«:
format_mp3.c:143: error: structure has no member named `_private'
format_mp3.c: In Funktion »mp3_queue«:
format_mp3.c:155: error: structure has no member named `_private'
format_mp3.c: In Funktion »mp3_read«:
format_mp3.c:200: error: structure has no member named `_private'
format_mp3.c: In Funktion »mp3_seek«:
format_mp3.c:256: error: structure has no member named `_private'
format_mp3.c: In Funktion »mp3_tell«:
format_mp3.c:296: error: structure has no member named `_private'
make[1]: *** [format_mp3.o] Fehler 1
make: *** [formats] Fehler 2