On 9/22/06, Michael Jerris <[EMAIL PROTECTED]> wrote: > Attached is one more tweak. I did all the tests. All of them work > except for the 2 that are included as cpp files for some reason, that > just include c files. Those are test_nua, and test_tport. The errors > building them looks something like this:
I applied your patch, replaced (u_long) with (su_ioveclen_t) and applied ton of other stuff, too. > 1>------ Build started: Project: test_tport, Configuration: Debug Win32 > ------ > 1>Compiling... > 1>test_class.cpp > 1>c:\program files\microsoft visual studio > 8\vc\platformsdk\include\wspiapi.h(44) : error C2894: templates cannot > be declared to have 'C' linkage > 1>Build log was saved at > "file://c:\src\sofia-sip\win32\tests\test_tport\Debug\BuildLog.htm" > 1>test_tport - 1 error(s), 0 warning(s) It looks like SOFIA_BEGIN_DECLS was in wrong place in sofia-sip/su.h. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
