Mailing List archive

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

[linux-dvb] NEWSTRUCT and g++-3.1?



Hello,
I wonder when the new g++-3.1 compiler is supported in the
NEWSTRUCT branch.

The "problem" in libdvb was easy to fix:
diff -u libdvb/DVB.cc.orig libdvb/DVB.cc
--- libdvb/DVB.cc.orig  Wed Jul 10 14:10:14 2002
+++ libdvb/DVB.cc       Wed Jul 10 14:10:24 2002
@@ -51,7 +51,7 @@
        close(fdvb);
 }
 
-void DVB::init(char *dvbname, char *siname, int min = 0) {
+void DVB::init(char *dvbname, char *siname, int min) {
        struct dvb_frontend_info feinfo;
 
        int failed =0;
---


But there remain a bunch of problems in apps/mpegtools due 
to library changes, like seen in the attached compile log.

So long,
  Jürgen




-- 
----------------------------------------------------------------
 Jürgen Zimmermann               Department of Computer Science
 jnzimmer@informatik.uni-kl.de   University of Kaiserslautern
 Phone: +49 631 205 3280         P.O. Box 3049
 Fax:   +49 631 205 3299         67653 Kaiserslautern, Germany
 WWW:   http://wwwdbis.informatik.uni-kl.de/staff/Zimmermann/
----------------------------------------------------------------

"The Number of UNIX installations has grown to 10, 
 with more expected."
  -- The UNIX Programmer's Manual, 2nd Edition, June, 1972

All systems working within normal parameters - 
  BSD: OK, Unixware: OK, Linux: OK, NT: Critical, Win98: Crashed
-- No attachments (even text) are allowed --
-- Type: application/octet-stream
-- File: errors.gz



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index