Re: [reSIProcate] Next 090 release candidate
On Wednesday 22 June 2005 22:53, Robert Sparks wrote:
> http://www.nostrum.com/~rjsparks/resiprocate-0.9.0-4956.tar.gz
[...]
> Known Issue:
> - make check fails on gcc 4.0 (proposal is to release with this as a
> known limitation)
Actually I have problems (with make check) only on with gcc 4.0 on PPC archs.
On x86 there is no error during the check.
Strangely on x86 and PPC with gcc 4.0 I get a bunch of warnings during
compilation (see below). But on Tiger with gcc 4.0 there are nor warnings at
all.
Nils
../../resiprocate/ParameterTypes.hxx:30: warning: 'class resip::ParamBase' has
virtual functions but non-virtual destructor
../../resiprocate/ParameterTypes.hxx:35: warning: 'class resip::data_Param'
has virtual functions but non-virtual destructor
../../resiprocate/ParameterTypes.hxx:36: warning: 'class resip::control_Param'
has virtual functions but non-virtual destructor
../../resiprocate/ParameterTypes.hxx:37: warning: 'class
resip::mobility_Param' has virtual functions but non-virtual destructor
../../resiprocate/ParameterTypes.hxx:38: warning: 'class
resip::description_Param' has virtual functions but non-virtual destructor
[...]
../../resiprocate/Headers.hxx:259: warning: 'class resip::H_Vias' has virtual
functions but non-virtual destructor
../../resiprocate/Headers.hxx:264: warning: 'class resip::H_RAck' has virtual
functions but non-virtual destructor
../../resiprocate/Contents.hxx:23: warning: 'class resip::ContentsFactoryBase'
has virtual functions but non-virtual destructor
../../resiprocate/os/Log.hxx:159: warning: 'class resip::ExternalLogger' has
virtual functions but non-virtual destructor