Dear all,
I just tried to compile Web-MeetMe 2.1.0 (last avaiable release) with Asterisk 1.4.14 (last release).
I try to install it but while making a simple make :
[root@- cbmysql]# make
cc -pipe -I/usr/include/mysql -L/usr/lib/mysql -fPIC -I/usr/src/asterisk-1.4.14 -D_GNU_SOURCE -I/usr/include/mysql -c -o app_cbmysql.o app_cbmysql.c
app_cbmysql.c:49: warning: data definition has no type or storage class
app_cbmysql.c:51: warning: data definition has no type or storage class
app_cbmysql.c: In function âcheckMaxâ:
app_cbmysql.c:94: error: too many arguments to function âpbx_execâ
app_cbmysql.c: In function âenterConfâ:
app_cbmysql.c:286: error: too many arguments to function âpbx_execâ
app_cbmysql.c: In function âunload_moduleâ:
app_cbmysql.c:445: error: âSTANDARD_HANGUP_LOCALUSERSâ undeclared (first use in this function)
app_cbmysql.c:445: error: (Each undeclared identifier is reported only once
app_cbmysql.c:445: error: for each function it appears in.)
app_cbmysql.c: In function âload_moduleâ:
app_cbmysql.c:467: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:489: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:511: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:532: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:547: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:569: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:577: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:583: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:596: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:610: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:630: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:650: warning: assignment discards qualifiers from pointer target type
app_cbmysql.c:656: warning: assignment discards qualifiers from pointer target type
make: *** [app_cbmysql.o] Error 1
I really don’t know how to handle with this, we use this feature on old 1.2 asterisk in the office and this is one of the most important as we have many different countries offices.
Do you know if there is a solution for this issue ?