GCC46 patch
Jelle van der Waa <[email protected]> Sat, 14 May 2011 12:35:40 +0200
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--------------020504090102040201070206
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi CCRTP devs,
I tried to build the latest ccrtp release with gcc4.6, except it failed
so i patched ccrtp for gcc4.6.
The patch is attached to the email or can be found here
http://pkgbuild.com/~jelle/gcc46.patch
--
Jelle van der Waa
--------------020504090102040201070206
Content-Type: text/plain;
name="gcc46.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="gcc46.patch"
diff -aur ccrtp-1.8.0.old//src/ccrtp/sources.h ccrtp-1.8.0.new//src/ccrtp/sources.h
--- ccrtp-1.8.0.old//src/ccrtp/sources.h 2011-05-14 03:15:35.993564505 -0700
+++ ccrtp-1.8.0.new//src/ccrtp/sources.h 2011-05-14 03:19:02.033569568 -0700
@@ -46,6 +46,7 @@
#include <string>
#include <ccrtp/rtcppkt.h>
+#include <stddef.h>
#ifdef CCXX_NAMESPACES
namespace ost {
--------------020504090102040201070206
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Ccrtp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/ccrtp-devel
--------------020504090102040201070206--