Re: [reSIProcate] resiprocate-1.2 final release
- From: "Alfred E. Heggestad" <aeh@xxxxxx>
- Date: Mon, 29 Oct 2007 16:03:55 +0100
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>