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

[email protected] (Andrei Zmievski) Sat, 20 Oct 2007 11:08:37 -0700
Newsgroups php.gtk.doc
Message-ID <[email protected]>
Seems that xsltproc moved from /usr/bin/ to /usr/local/bin/ on the 
machine. I fixed that and now I get this:

Writing build/en/html/tutorials.installation.html for chapter
runtime error: file stylesheets/html/name_to_id.xsl line 52 element choose
Variable 'class' has not been declared.
make: *** [build/en/html/index.html] Error 10

[root@sc1 build-gtk-en]# xsltproc --version
Using libxml 20627, libxslt 10120 and libexslt 813
xsltproc was compiled against libxml 20627, libxslt 10120 and libexslt 813
libxslt 10120 was compiled against libxml 20627
libexslt 813 was compiled against libxml 20627

Any hints?

-Andrei

Anant Narayanan wrote:
> 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