[Ccrtp-devel] undefined type in cctrp-1.8.0

2011-04-06 Thread Guido Trentalancia
Hi, I have tried to compile ccrtp version 1.8.0 but apparently it fails to build with gcc 4.6.0 due to an undefined type. I found a possible fix: diff -pruN ccrtp-1.8.0/src//ccrtp/iqueue.h ccrtp-1.8.0-std-ptrdiff_t/src//ccrtp/iqueue.h --- ccrtp-1.8.0/src//ccrtp/iqueue.h 2010-04-18

Re: [Ccrtp-devel] undefined type in cctrp-1.8.0

2011-04-06 Thread Guido Trentalancia
On Wed, 2011-04-06 at 18:56 +0200, Werner Dittmann wrote: It's a known problem with gcc 4.6.0. If the patch does not break older gcc compilation we shall include it. David, if it's ok with you I can implement it. Regards, Werner Am 05.04.2011 18:33, schrieb Guido Trentalancia: Hi