<div dir="ltr"><div>Hi John,</div><div><br></div><div>Please file a github issue with the errors.  Ebrahim can tell you what our MSVC testing bots use.<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 8, 2018 at 1:12 PM John Emmas <<a href="mailto:john@creativepost.co.uk">john@creativepost.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Behdad,<br>
<br>
Back in September I flagged up a compilation problem I'd encountered <br>
when building with MSVC.  At the time, you were a bit confused because <br>
apparently you use 'bots' of some kind to check the MSVC compilations <br>
periodically.<br>
<br>
I just updated again (from git master) and I've hit a new MSVC <br>
compilation issue.  It concerns this line in 'src/hb-set.hh' (approx <br>
line 370):-<br>
<br>
     memcpy (pages.arrayZ(), other->pages.arrayZ(), count * sizeof <br>
(pages.arrayZ()[0]));<br>
<br>
In today's version it now looks like this:-<br>
<br>
     memcpy (pages, other->pages, count * sizeof (pages[0]));<br>
<br>
MSVC is complaining because it seems to have found 4 x declarations for <br>
'pages' and it doesn't know which one to use.  I can delve a bit deeper <br>
at the weekend when I'll have some more time available - but in the <br>
meantime, I just wondered if the bots are passing this okay? Regards,<br>
<br>
John Emmas<br>
_______________________________________________<br>
HarfBuzz mailing list<br>
<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/harfbuzz" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/harfbuzz</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">behdad<br><a href="http://behdad.org/" target="_blank">http://behdad.org/</a></div>