Results 1 to 1 of 1
I don't know if this is a general problem or an Asterisk specific problem. I have not had much success in the Asterisk forum so I will try here.
Could ...
- 02-06-2009 #1Just Joined!
- Join Date
- Feb 2009
- Location
- Cardiff
- Posts
- 6
Problem 'make' ing Asterisk Addons 1.4.13
I don't know if this is a general problem or an Asterisk specific problem. I have not had much success in the Asterisk forum so I will try here.
Could anyone give me more of an idea why this make is failing?
[root@localhost asterisk-addons-1.4.7]# make
make[1]: Entering directory `/usr/src/asterisk/asterisk-addons-1.4.7/menuselect'
make[2]: Entering directory `/usr/src/asterisk/asterisk-addons-1.4.7/menuselect'
make[2]: `menuselect' is up to date.
make[2]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.7/menuselect'
make[1]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.7/menuselect'
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
[CC] format_mp3.c -> format_mp3.o
format_mp3.c: In function `mp3_open':
format_mp3.c:99: error: structure has no member named `_private'
format_mp3.c: In function `mp3_close':
format_mp3.c:116: error: structure has no member named `_private'
format_mp3.c: In function `mp3_squeue':
format_mp3.c:124: error: structure has no member named `_private'
format_mp3.c: In function `mp3_dqueue':
format_mp3.c:143: error: structure has no member named `_private'
format_mp3.c: In function `mp3_queue':
format_mp3.c:155: error: structure has no member named `_private'
format_mp3.c: In function `mp3_read':
format_mp3.c:200: error: structure has no member named `_private'
format_mp3.c: In function `mp3_seek':
format_mp3.c:256: error: structure has no member named `_private'
format_mp3.c: In function `mp3_tell':
format_mp3.c:296: error: structure has no member named `_private'
make[1]: *** [format_mp3.o] Error 1
make: *** [formats] Error 2
[root@localhost asterisk-addons-1.4.7]#
Thank you,
seabro


Reply With Quote