ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] address@hidden: Bug#130660: libccrtp_0.7.2-2(unstable/hppa


From: Mark Purcell
Subject: [Ccrtp-devel] address@hidden: Bug#130660: libccrtp_0.7.2-2(unstable/hppa): fails to build with g++-3]
Date: Mon, 28 Jan 2002 09:29:50 +1100
User-agent: Mutt/1.3.27i

David,

I have received the following patch to enable ccrtp to compile with g++3.
As with other Debian GNU/Linux bug reports please maintain the 
Cc: address@hidden header so any responses are filed with
the original bug report.

Thanks,
Mark

----- Forwarded message from James Troup <address@hidden> -----

From: James Troup <address@hidden>
Date: 24 Jan 2002 13:16:12 +0000
To: address@hidden
Subject: Bug#130660: libccrtp_0.7.2-2(unstable/hppa): fails to build with g++-3
Reply-To: James Troup <address@hidden>, address@hidden

Package: libccrtp
Version: 0.7.2-2
Tags: patch
Severity: serious
Justification: hppa being out of date will keep it out of testing

libccrtp fails to build from source with g++-3; a patch to fix this is
appended.

| Automatic build of libccrtp_0.7.2-2 on sarti by sbuild/hppa 1.159
| Build started at 20020122-2235
| ******************************************************************************

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>> 3.0.0), libcommonc++-dev (>> 1.9.4)

[...]

| c++ -DHAVE_CONFIG_H -I. -I. -I../src     -g -O2 -D_REENTRANT -D_THREAD_SAFE 
-g -O2 -D_GNU_SOURCE -I../src -c phone.cpp
| phone.cpp: In function `int ost::initial(int, char**)':
| phone.cpp:84: `cerr' undeclared (first use this function)
| phone.cpp:84: (Each undeclared identifier is reported only once for each 
|    function it appears in.)

A complete build log can be found at
http://buildd.debian.org/build.php?arch=hppa&pkg=libccrtp&ver=0.7.2-2

-- 
James

diff -ur libccrtp-0.7.2.old/phone/phone.cpp libccrtp-0.7.2/phone/phone.cpp
--- libccrtp-0.7.2.old/phone/phone.cpp  Wed Dec  5 12:08:28 2001
+++ libccrtp-0.7.2/phone/phone.cpp      Thu Jan 24 13:09:12 2002
@@ -18,6 +18,8 @@
 #include <getopt.h>
 #include <sys/wait.h>
 
+using namespace std;
+
 #ifdef CCXX_NAMESPACES
 namespace ost {
 #endif
diff -ur libccrtp-0.7.2.old/phone/rtp.cpp libccrtp-0.7.2/phone/rtp.cpp
--- libccrtp-0.7.2.old/phone/rtp.cpp    Wed Dec  5 12:08:28 2001
+++ libccrtp-0.7.2/phone/rtp.cpp        Thu Jan 24 13:09:40 2002
@@ -17,6 +17,8 @@
 #include <cc++/slog.h>
 #include "server.h"
 
+using namespace std;
+
 #ifdef CCXX_NAMESPACES
 namespace ost {
 #endif
diff -ur libccrtp-0.7.2.old/phone/server.cpp libccrtp-0.7.2/phone/server.cpp
--- libccrtp-0.7.2.old/phone/server.cpp Wed Dec  5 12:08:28 2001
+++ libccrtp-0.7.2/phone/server.cpp     Thu Jan 24 13:08:24 2002
@@ -17,6 +17,8 @@
 #include <cc++/slog.h>
 #include "server.h"
 
+using namespace std;
+
 #ifdef CCXX_NAMESPACES
 namespace ost {
 #endif


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



reply via email to

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