<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">It seems that </span><span style="font-family:arial,sans-serif;font-size:13px">xmlBufPtr was renamed to </span><span style="font-family:arial,sans-serif;font-size:13px">xmlBufferPtr</span><span style="font-family:arial,sans-serif;font-size:13px"> in new libxml.</span><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 12, 2013 at 9:15 PM, Mislav Blazevic <span dir="ltr"><<a href="mailto:krofnica996@gmail.com" target="_blank">krofnica996@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It seems that <span style="font-family:arial,sans-serif;font-size:13px">xmlBufPtr was renamed to </span><span style="font-family:arial,sans-serif;font-size:13px">xmlBufferPtr</span> in new libxml.<div>
<div class="h5"><br><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Aug 12, 2013 at 9:11 PM, Ken Sharp <span dir="ltr"><<a href="mailto:kennybobs@o2.co.uk" target="_blank">kennybobs@o2.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Following my previous e-mail (<a href="http://www.winehq.org/pipermail/wine-devel/2013-August/100754.html" target="_blank">http://www.winehq.org/<u></u>pipermail/wine-devel/2013-<u></u>August/100754.html</a>) I have since moved from Wheezy to Sid to work around a Debian bug.<br>


<br>
libxml2 has been updated (2.8.0+dfsg1-7+nmu1 --> 2.9.1+dfsg1-3) as a result and introduced some new compiler warnings:<br>
<br>
/home/ken/wine-git/dlls/<u></u>msxml3/node.c: In function ‘htmldtd_dumpcontent’:<br>
/home/ken/wine-git/dlls/<u></u>msxml3/node.c:908:9: warning: passing argument 1 of ‘xmlBufferWriteQuotedString’ from incompatible pointer type [enabled by default]<br>
         xmlBufferWriteQuotedString(<u></u>buf->buffer, cur->ExternalID);<br>
         ^<br>
In file included from /usr/include/libxml2/libxml/<u></u>parser.h:16:0,<br>
                 from /home/ken/wine-git/dlls/<u></u>msxml3/node.c:28:<br>
/usr/include/libxml2/libxml/<u></u>tree.h:1123:3: note: expected ‘xmlBufferPtr’ but argument is of type ‘xmlBufPtr’<br>
   xmlBufferWriteQuotedString(<u></u>xmlBufferPtr buf,<br>
   ^<br>
/home/ken/wine-git/dlls/<u></u>msxml3/node.c:912:13: warning: passing argument 1 of ‘xmlBufferWriteQuotedString’ from incompatible pointer type [enabled by default]<br>
             xmlBufferWriteQuotedString(<u></u>buf->buffer, cur->SystemID);<br>
             ^<br>
In file included from /usr/include/libxml2/libxml/<u></u>parser.h:16:0,<br>
                 from /home/ken/wine-git/dlls/<u></u>msxml3/node.c:28:<br>
/usr/include/libxml2/libxml/<u></u>tree.h:1123:3: note: expected ‘xmlBufferPtr’ but argument is of type ‘xmlBufPtr’<br>
   xmlBufferWriteQuotedString(<u></u>xmlBufferPtr buf,<br>
   ^<br>
/home/ken/wine-git/dlls/<u></u>msxml3/node.c:918:9: warning: passing argument 1 of ‘xmlBufferWriteQuotedString’ from incompatible pointer type [enabled by default]<br>
         xmlBufferWriteQuotedString(<u></u>buf->buffer, cur->SystemID);<br>
         ^<br>
In file included from /usr/include/libxml2/libxml/<u></u>parser.h:16:0,<br>
                 from /home/ken/wine-git/dlls/<u></u>msxml3/node.c:28:<br>
/usr/include/libxml2/libxml/<u></u>tree.h:1123:3: note: expected ‘xmlBufferPtr’ but argument is of type ‘xmlBufPtr’<br>
   xmlBufferWriteQuotedString(<u></u>xmlBufferPtr buf,<br>
   ^<br>
/home/ken/wine-git/dlls/<u></u>msxml3/node.c: In function ‘node_transform_node’:<br>
/home/ken/wine-git/dlls/<u></u>msxml3/node.c:974:21: warning: passing argument 1 of ‘xmlBufferContent’ from incompatible pointer type [enabled by default]<br>
                     content = xmlBufferContent(output-><u></u>buffer);<br>
                     ^<br>
In file included from /usr/include/libxml2/libxml/<u></u>parser.h:16:0,<br>
                 from /home/ken/wine-git/dlls/<u></u>msxml3/node.c:28:<br>
/usr/include/libxml2/libxml/<u></u>tree.h:734:3: note: expected ‘xmlBufferPtr’ but argument is of type ‘xmlBufPtr’<br>
   xmlBufferContent (const xmlBufferPtr buf);<br>
   ^<br>
<br>
Hopefully these mean something to someone.<br>
<br>
<br>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>