[reSIProcate] Compilation errors
Hello.
Please, apply the following patch to fix compilation errors.
It also fixes "=" file created by autogen.sh.
BTW, what is the preferred method of building reSIProcate?
Should I use README.autotools instructions?
Index: resiprocate/sip/resiprocate/X_msMsgsInvite.cxx
===================================================================
--- resiprocate/sip/resiprocate/X_msMsgsInvite.cxx (revision 3222)
+++ resiprocate/sip/resiprocate/X_msMsgsInvite.cxx (working copy)
@@ -5,6 +5,7 @@
#include "resiprocate/X_msMsgsInvite.hxx"
#include "resiprocate/SipMessage.hxx"
#include "resiprocate/os/Logger.hxx"
+#include "resiprocate/os/ParseBuffer.hxx"
using namespace resip;
using namespace std;
Index: resiprocate/sip/autotools/sip/resiprocate/Makefile.am
===================================================================
--- resiprocate/sip/autotools/sip/resiprocate/Makefile.am (revision 3222)
+++ resiprocate/sip/autotools/sip/resiprocate/Makefile.am (working copy)
@@ -93,7 +93,10 @@
SipMessage.cxx \
SipSession.cxx \
SipStack.cxx \
+ StackThread.cxx \
StatelessHandler.cxx \
+ StatisticsManager.cxx \
+ StatisticsMessage.cxx \
Subscription.cxx \
Symbols.cxx \
TcpBaseTransport.cxx \
@@ -107,6 +110,7 @@
TransactionMap.cxx \
TransactionState.cxx \
Transport.cxx \
+ TransportMessage.cxx \
TransportSelector.cxx \
UdpTransport.cxx \
UnknownHeaderType.cxx \
@@ -212,7 +216,10 @@
SipMessageExplicit.hxx \
SipSession.hxx \
SipStack.hxx \
+ StackThread.hxx \
StatelessHandler.hxx \
+ StatisticsManager.hxx \
+ StatisticsMessage.hxx \
StatusLine.hxx \
StringCategory.hxx \
Subscription.hxx \
Index: resiprocate/sip/autotools/sip/autogen.sh
===================================================================
--- resiprocate/sip/autotools/sip/autogen.sh (revision 3222)
+++ resiprocate/sip/autotools/sip/autogen.sh (working copy)
@@ -7,7 +7,7 @@
expr $i \* 10000 + 100 \* $t + $h
}
-echo +++ Looking for a version of aclocal >= 1.7.5
+echo "+++ Looking for a version of aclocal >= 1.7.5"
irep=$(intver aclocal)
if [ $irep -lt 10705 ]; then
echo --- aclocal not new enough: expecting 1.75 or greater.
...Bye..Dmitry.