Hi Paulo, This probleam was fixed: http://trac.pjsip.org/repos/changeset/2827 . Regards, Murilo Ito. 2009/7/3 Paulo Rog?rio Panhoto <paulo at voicetechnology.com.br> > Hello, > > I just want to point out a linking error when I've just built PJSIP 1.3 > with Visual C++ 9. > > 17>libpjproject-i386-win32-vc8-debug.lib(ice_session.obj) : error LNK2019: > unresolved external symbol _dump_check referenced in function > _handle_incoming_check > 17>..\bin\pjsua-i386-Win32-vc8-Debug.exe : fatal error LNK1120: 1 > unresolved externals > > I see this symbol is missing if PJ_LOG_MAX_LEVEL < 4 and the default > config_site.h defines this symbol with 3 (at most). > > #if PJ_LOG_MAX_LEVEL >= 4 > static const char *dump_check(char *buffer, unsigned bufsize, > const pj_ice_sess_checklist *clist, > const pj_ice_sess_check *check) > > . > . > . > #else > #define dump_checklist(title, ice, clist) > #endif > > Regards, > > Paulo. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090705/f786d166/attachment.html>