[xml] Re: built libxml and libxslt, possible bugs
- From: Vitaly Ostanin <vyt vzljot ru>
- To: xml gnome org
- Subject: [xml] Re: built libxml and libxslt, possible bugs
- Date: Tue, 11 Nov 2003 21:00:50 +0300
On Tue, 11 Nov 2003 12:54:40 -0500
Daniel Veillard <veillard redhat com> wrote:
<skipped/>
## Threaded regression tests
## generating dba100000.xml
/bin/sh: line 1: dbgenattr.pl: command not found
make: *** [dba100000.xml] Error 127
Seems perl is not where the dbgenattr.pl expects
#!/usr/bin/perl
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)
<skipped/>
--
Regards, Vyt
mailto: vyt vzljot ru
JID: vyt vzljot ru
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]