1>Compiling... 1>py_pjsua.c 1>..\src\py_pjsua\py_pjsua.c(3768) : error C2039: 'dec_fmtp_mode' : is not a member of '<unnamed-tag>' 1> ..\..\pjmedia\include\pjmedia/codec.h(288) : see declaration The following errors occur when compiling py_pjsua.c in VC8. I can fix these by commenting out the offending lines, but I am not sure what I am missing. Could someone tell me if I am doing something harmful? of '<unnamed-tag >' 1>..\src\py_pjsua\py_pjsua.c(3769) : error C2039: 'enc_fmtp_mode' : is not a member of '<unnamed-tag>' 1> ..\..\pjmedia\include\pjmedia/codec.h(288) : see declaration of '<unnamed-tag>' 1>..\src\py_pjsua\py_pjsua.c(3811) : error C2039: 'dec_fmtp_mode' : is not a member of '<unnamed-tag>' 1> ..\..\pjmedia\include\pjmedia/codec.h(288) : see declaration of '<unnamed-tag>' 1>..\src\py_pjsua\py_pjsua.c(3812) : error C2039: 'enc_fmtp_mode' : is not a member of '<unnamed-tag>' 1> ..\..\pjmedia\include\pjmedia/codec.h(288) : see declaration of '<unnamed-tag>' 1>Creating browse information file... 1>Microsoft Browse Information Maintenance Utility Version 9.00.21022 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>Build log was saved at "file://c:\pjproject-1.0\pjproject-1.0\pjsip-apps\build\output\py_pjsua-i386-win32-vc6-release\BuildLog.htm" 1>py_pjsua - 4 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========