Re: [PHP-GTK-DOC] Nightly Builds?

[email protected] (Anant Narayanan) Sat, 20 Oct 2007 22:55:36 +0530
Newsgroups php.gtk.doc
Message-ID <[email protected]>
Or better yet, make the stylesheets work with later versions of
xsltproc. The latest commit fixes this, and the building should resume -
assuming of course that this was the problem in the first place :)

--
Anant

>> What version is required for building?
> 
> This works:
> 
> [theghost bin]$ ./xsltproc-old --version
> Using libxml 20616, libxslt 10111 and libexslt 809
> xsltproc was compiled against libxml 20616, libxslt 10111 and libexslt 809
> libxslt 10111 was compiled against libxml 20616
> libexslt 809 was compiled against libxml 20616
> 
> While this doesn't:
> 
> [theghost bin]$ ./xsltproc --version
> Using libxml 20630, libxslt 10118 and libexslt 813
> xsltproc was compiled against libxml 20630, libxslt 10118 and libexslt 813
> libxslt 10118 was compiled against libxml 20630
> libexslt 813 was compiled against libxml 20630
> 
> I *think* that means libxslt versions older than (and not including)
> 1.16 should work. 1.11 is the safest bet.
> 
> --
> Anant