bug-vcdimager
[Top][All Lists]
Advanced

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

[VCDImager Bugs/Devel] possible bug


From: Peter Belding
Subject: [VCDImager Bugs/Devel] possible bug
Date: Tue, 4 Sep 2001 22:24:10 -0700
User-agent: Mutt/1.2.5i

I'm seeing the same problem.  The following patch seems to fix it:

Index: frontends/xml/vcd_xml_dtd.c
===================================================================
RCS file: /cvsroot/vcdimager/vcdimager/frontends/xml/vcd_xml_dtd.c,v
retrieving revision 1.3
diff -u -r1.3 vcd_xml_dtd.c
--- frontends/xml/vcd_xml_dtd.c 2001/05/26 22:19:40     1.3
+++ frontends/xml/vcd_xml_dtd.c 2001/09/05 05:18:45
@@ -59,13 +59,8 @@
       return xmlNewIOInputStream (context, _input_buf, 
                                  XML_CHAR_ENCODING_8859_1);
     }
-
-  fprintf (stderr, "unsupported doctype (pubid: %s, sysid: %s) encountered\n",
-          pubid, sysid);
   
-  exit (EXIT_FAILURE);
-  
-  return _xmlExternalEntityLoaderDefault (pubid, sysid, context); 
+  return _xmlExternalEntityLoaderDefault (sysid, pubid, context); 
 }
 
 void 


It seems like removing exit() shouldn't hurt much, but I'm just getting 
started playing around with vcdimager so what do I know. :)

-Peter

On Sat, 1 Sep 2001, Nick Mostek wrote:

> Hi,
>
> I'm not sure if this is a bug or something I'm doing wrong.  I recently
> installed libxml2-2.4.3 on my Linux (7.1) box.  I installed it via rpm, and
> then I installed the vcdimager via rpm.  I recieved the following error
> when trying to run vcdxbuild
>
> unsupported doctype (pubid: (null), sysid: videocd.xml) encountered
>
> vcdxminfo seems to work just fine. I also tried installing the tarball of
> vcdimager, and I get the same results.
>
> Any ideas? I also have gcc-3.0, but I don't think that matters when
> installing rpms.
>
> Thanks!
>
> -Nick Mostek
> address@hidden
>





reply via email to

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