[reSIProcate] resiprocate-1.2 final release
Alfred E. Heggestad
aeh at db.org
Mon Oct 29 10:03:55 CDT 2007
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>
More information about the resiprocate-devel
mailing list