[reSIProcate] resiprocate and stlport

stensil stensil at list.ru
Thu Nov 24 04:55:25 CST 2005


I tried to compile reSIProcate (5678 revision - cannot get HEAD because 
of problems with repository) with the last release of STLport (5.0) on 
windows (VC7.1) and get some errors:

rutil/SysLogBuf.cxx:
"EOF undefined" (after adding line #include <cstdio> works fine)

rutil/HashMap.hxx:
problems with HASH_MAP_NAMESPACE and HASH_MAP_NAMESPACE::hash (works 
after some additions - look at the attached patch-file), stlport 
definitions is a cross between GCC and MSVC versions

resip/dum/Handled.cxx:
"ostream undefined" (works after adding line #include <iostream>)

resip/stack/stun/stun.cxx:
"sprintf and sscanf undefined" (works after adding #include <cstdio>)

And finally in debug versions of VS-projects I defined constant 
_STLP_DEBUG=1 (optional, but I use it in MY projects which use reSIProcate).


You can see all this modifications in attached resip.patch file which is 
output of "svn diff"-command in main directory.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: resip.patch
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20051124/6e0cc77a/attachment.ksh>


More information about the resiprocate-devel mailing list