< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] resip error while installing boston bridge


Hello members,
I am new to this forum and currently trying to integrate boston bridge project into the sipx environment as part of thesis work.
The aim is to build a conference server.
.
However, when I ran the make command for bbridge, i got errors that are related to resip (the members os sipx developer list thought so). Below are a few errors :

/usr/resip/dum/DialogUsageManager.hxx:432: error: ISO C++ forbids declaration of 'SharedPtr' with no type
/usr/resip/dum/DialogUsageManager.hxx:432: error: expected ';' before '<' token
/usr/resip/dum/DialogUsageManager.hxx:433: error: ISO C++ forbids declaration of 'SharedPtr' with no type
/usr/resip/dum/DialogUsageManager.hxx:433: error: expected ';' before '<' token
/usr/resip/dum/DialogUsageManager.hxx:100: error: 'V4' was not declared in this scope
/usr/resip/dum/DialogUsageManager.hxx:101: error: incomplete type 'resip::Data' used in nested name specifier
/usr/resip/dum/DialogUsageManager.hxx:102: error: incomplete type 'resip::Data' used in nested name specifier
/usr/resip/dum/DialogUsageManager.hxx:105: error: incomplete type 'resip::Data' used in nested name specifier
/usr/resip/dum/DialogUsageManager.hxx:369: error: incomplete type 'resip::Data' used in nested name specifier

Can anyone guide me why is this so ?
Linda