Re: [xml] Re: built libxml and libxslt, possible bugs



On Tue, Nov 11, 2003 at 09:00:50PM +0300, Vitaly Ostanin wrote:
Perhaps
#!/usr/bin/env perl
would help with some issues of this type?

  I doubt it. The command is there, the #! marker is there.
  dbgenattr.pl should be executable, that's not normal.

This is a bug in Makefile.am, already fixed in cvs:

In release 2.6.2 of libxml2, Makefile.am, string
@(dbgenattr.pl 100000 > $(srcdir)/dba100000.xml)

must be
@($(top_srcdir)/dbgenattr.pl 100000 > $(srcdir)/dba100000.xml)

  Oh, right :-) I forgot about it !

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



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