ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ccrtp-devel] address@hidden: Bug#126584: libccrtp: build failure with g


From: Mark Purcell
Subject: [Ccrtp-devel] address@hidden: Bug#126584: libccrtp: build failure with gcc 3.0 (hppa)]
Date: Thu, 27 Dec 2001 23:19:35 +1100
User-agent: Mutt/1.3.24i

forwarded 126584 address@hidden
quit

Hi ccrtp-devel,

I have received the following bug report for the GNU ccrtp library, I have
applied it cleanly to the Debian GNU/Linux packaged version of ccrtp,
but I would also be interested in your comments on this patch.

Please maitain the Cc: on this email so the correspondance is
logged correctly within the Debian Bug tracking system.

Thanks,
Mark
----- Forwarded message from LaMont Jones <address@hidden> -----

From: LaMont Jones <address@hidden>
Date: Wed, 26 Dec 2001 23:29:24 -0700 (MST)
To: address@hidden
X-Mailer: bug 3.3.10
Subject: Bug#126584: libccrtp: build failure with gcc 3.0 (hppa)
Reply-To: LaMont Jones <address@hidden>, address@hidden

Package: libccrtp
Version: 0.7.0-2
Severity: important

Build fails with gcc3.0 (which is required by hppa), unless the following
patch is applied.
==========================================================================
diff -ur t/libccrtp-0.7.0/src/rtp.h libccrtp-0.7.0/src/rtp.h
--- t/libccrtp-0.7.0/src/rtp.h  Fri Nov  2 06:47:53 2001
+++ libccrtp-0.7.0/src/rtp.h    Wed Dec 26 23:07:47 2001
@@ -277,7 +277,7 @@
        // Who sent this data
        RTPSource* src;
 
-       friend RTPQueue;
+       friend class RTPQueue;
 };
 
 /** 
@@ -579,9 +579,9 @@
        char **sdes_items;
        
        friend class MembershipControl;
-       friend RTPQueue;
-       friend QueueRTCPManager;
-       friend IncomingRTPPkt;
+       friend class RTPQueue;
+       friend class QueueRTCPManager;
+       friend class IncomingRTPPkt;
 };
 
 // TODO: implement this idea
@@ -1493,7 +1493,7 @@
        uint32 initial_timestamp;
 
 private:
-       friend IncomingRTPPkt;
+       friend class IncomingRTPPkt;
 
        RTPQueue(const RTPQueue &o);
 
diff -ur t/libccrtp-0.7.0/src/rtpext.h libccrtp-0.7.0/src/rtpext.h
--- t/libccrtp-0.7.0/src/rtpext.h       Fri Nov  2 06:53:33 2001
+++ libccrtp-0.7.0/src/rtpext.h Wed Dec 26 23:08:03 2001
@@ -459,7 +459,7 @@
        // prev/next in the sending list
        OutgoingRTPPkt *next, *prev;       
 
-       friend RTPQueue;
+       friend class RTPQueue;
 };     
 
 /**
@@ -647,8 +647,8 @@
        static const uint16 RTP_INVALID_MASK = (0x7e);
        static const uint16 RTP_INVALID_VALUE = (0x48);
 
-       friend RTPQueue;
-       friend RTPSource;
+       friend class RTPQueue;
+       friend class RTPSource;
 };     
 
 #pragma pack(1)
==========================================================================
-- System Information
Debian Release: 3.0
Kernel Version: Linux smallone 2.4.9-pa79 #2 Thu Nov 8 18:18:02 MST 2001 
parisc64 unknown



----- End forwarded message -----

Attachment: pgpqKzOqHLnzH.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]