Hey,
On 17.08.2011 12:25, Jon Bonilla wrote:
Nightly builds for debian and ubuntu have failed for "master" branch. Here's the compilation log:
LD (gcc) [M pua_bla.so] pua_bla.so CC (gcc) [M pua_dialoginfo.so] dialog_publish.o CC (gcc) [M pua_dialoginfo.so] pua_dialoginfo.o pua_dialoginfo.c: In function ‘__dialog_sendpublish’: pua_dialoginfo.c:231: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:231: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:231: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:234: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:235: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:236: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:239: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:243: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:243: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:243: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c:248: error: ‘struct dlg_cb_params’ has no member named ‘msg’ pua_dialoginfo.c: In function ‘__dialog_created’: pua_dialoginfo.c:284: error: ‘struct dlg_cb_params’ has no member named ‘msg’ make[2]: *** [pua_dialoginfo.o] Error 1 make[1]: *** [modules_k] Error 1 make[1]: se sale del directorio `/usr/src/kamailio/kamailiogitsrc-master' make: *** [build-stamp] Error 2 dpkg-buildpackage: fallo: debian/rules build devolvió un estado de salida de error 2
My bad -- this is due to the dialog callback interfaces changes which were introduced with the CDR generation functionality.
I thought I caught every module relying on it, let me fix it in a bit.
Cheers,
--Timo