[mythtv] MythMkMovie Testers Needed

Christopher Maahs cmaahs at eatenbygrue.com
Thu Jun 26 13:01:37 EDT 2003


Getting it to run in RH9 was actually fairly straight forward.

This was the patch-file I used against Curses-1.06.tar.gz.

--- 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;
     }

I ran:
patch -p0 < Curses-1.06-fix-Perl_sv_isa.patch
perl Makefile.PL PANELS MENUS FORMS

And of course the normal make, make install stuff after.

Let me know if it works for ya.

~cj

On 26 Jun 2003, Chris Petersen wrote:

> > So, who's up for the challenge?
> 
> I'd love to, but am running redhat 9, so I'm pretty much sure that kills
> my chances.  On that note, has anyone had ANY luck trying to get
> Perl::Curses compiled in redhat?
> 
> I'm still curious to look at the code, though ( so I can add anything
> good to my non-curses script), so feel free to add me to the group.  I'm
> still hoping that we can find a way to combine the two scripts.
> 
> -Chris
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-dev
> 

-- 



More information about the mythtv-dev mailing list