Displaying 1 result from an estimated 1 matches for "xmlbufferwrite".
2007 May 18
1
Trouble compiling XML package
...and libxml2 version 2.6.7. I know this is not
current, but I'm on a machine used and administered by others, and
updating libxml2 would require updating libc, and things get pretty
complicated from there.
Trying to install through R (1.9-0), I eventually get the error:
XMLTree.c: In function `xmlBufferWrite':
XMLTree.c:729: error: void value not ignored as it ought to be
make: *** [XMLTree.o] Error 1
I manually downloaded version 1.8-0 and got the same problem. I took a
look at that part of the code, but do not understand enough to start
tinkering with it. I was able to install an earlier ve...