Hello, I had the same error! You have to change the order of the included libs: „pj-……“ has to be included before „pjlib-util-…..“. In my case: LIBS += -lpjlib-util-i686-pc-mingw32 LIBS += -lpj-i686-pc-mingw32 Kind Regards Carsten Von: pjsip [mailto:pjsip-bounces@xxxxxxxxxxxxxxx] Im Auftrag von Suresh Kumar Reddy Hi, Developing Voip client in android and using pjsip for audio. For Android generated static libraries (.a) files and linked them in my voip client I want use ConferenceBridge and when I call pjmedia_conf_create() function iam getting error : undefined reference to 'pj_array_erase' Kindly help me to resolve this issue. Regards, Suresh.
|
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org