[reSIProcate] resiprocate-1.2 final release

Byron Campen bcampen at estacado.net
Mon Oct 29 10:07:12 CDT 2007


	Yeah, I saw that patch, but the asserts _really_ do need to be there.

	Scott, can you test whether an #include <cassert> will fix the  
problem you were seeing under g++ 4.2?

Best regards,
Byron Campen

> Byron Campen wrote:
>>     Hrm. Those asserts really do need to be there though. Try  
>> tossing an #include <assert.h> in the header file, and see if that  
>> fixes things.
>
> this patch fixes the build for gcc 4.1.2
>
>
> Index: resip/dum/Handle.hxx
> ===================================================================
> --- resip/dum/Handle.hxx        (revision 7368)
> +++ resip/dum/Handle.hxx        (working copy)
> @@ -2,6 +2,7 @@
>  #define RESIP_HANDLE_HXX
>
>  #include <iosfwd>
> +#include <assert.h>
>  #include "resip/dum/Handled.hxx"
>  #include "resip/dum/HandleManager.hxx"
>  #include "resip/dum/HandleException.hxx"
>
>
>
> you should review the patch in revision r7310 which fixes the above
> problem by removing the assert's
>
>
>
> /alfred
>
> <snip>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2423 bytes
Desc: not available
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20071029/256c0a77/attachment.bin>


More information about the resiprocate-devel mailing list