![](https://secure.gravatar.com/avatar/80decf98697d22779f6f740f8855b88c.jpg?s=120&d=mm&r=g)
2 Jan
2005
2 Jan
'05
9:24 a.m.
libxslt was made a requirement recently (and this file hasn't changed since it was imported into CVS). What version do you have? I've got 1.1.8 (deb release 5).
~ $ rpm -q -a |grep xslt libxslt1-1.0.33-1mdk libxslt1-devel-1.0.33-1mdk
This passes configure but apparently does not have xmlErrorPtr declared.
According to rgrep xmlErrorPtr /usr/include/ on my system, xmlErrorPtr is declared in <libxml/xmlerror.h>.
I've just added an explicit #include <libxml/xmlerror.h> to io/xsltstream.cpp (the only source file to mention xmlErrorPtr according to grep).
Does it now compile for you?
pjrm.