
bulia byak wrote:
On Sun, 02 Jan 2005 20:24:29 +1100, Peter Moulder <Peter.Moulder@...38...> wrote:
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?
Nope because my libxml/xmlerror.h does not have xmlErrorPtr.
Bulia,
I think the problem might be as simple as changing xmlErrorPtr err = xmlGetLastError(); to xmlError *err = xmlGetLastError();
Here is the history. Look at vers 1.19, 2003/10/02: http://cvs.gnome.org/viewcvs/libxml2/include/libxml/xmlerror.h?rev=1.64&...
I just committed the change.
I hope that this trivial fix can get it compiling again for you. Sorry about this breaking the build for you for so many days. You're our most important guy! ;-)
By the way, the XsltStream is ready to be used already, if we can think up a dialog for it.
Bob