[mythtv] MythMkMovie Testers Needed

Gregorio Gervasio, Jr. gtgj at pacbell.net
Thu Jun 26 11:10:52 EDT 2003


>>>>> On 26 Jun 2003 09:16:49 -0700, Chris Petersen <lists at forevermore.net> said:

c> I'd love to, but am running redhat 9, so I'm pretty much sure that kills
c> my chances.  On that note, has anyone had ANY luck trying to get
c> Perl::Curses compiled in redhat?

        The patch used for Mandrake works for my RedHat 8 system:

--- Curses-1.06/Curses.c.pix	2001-07-25 19:10:38.000000000 +0200
+++ Curses-1.06/Curses.c	2002-08-05 21:56:07.000000000 +0200
@@ -272,7 +272,7 @@
 SV *sv;
 int argnum;
 {
-    if (Perl_sv_isa(sv, "Curses::Window")) {
+    if (sv_isa(sv, "Curses::Window")) {
       WINDOW *ret = (WINDOW *)SvIV((SV*)SvRV(sv));
       return ret;
     }

-- 
Gregorio Gervasio, Jr.
gtgj at pacbell.net


More information about the mythtv-dev mailing list