<div dir="ltr">Thanks for the info, this should be fixed in r206933.<div><br></div><div>BTW, I recommend not relying on that registry searching code. It's not well maintained. The best way to make sure you're getting the right VC and SDK headers is to set INCLUDE in the environment, most likely with vcvarsall.bat.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 22, 2014 at 8:41 AM, Yaron Keren <span dir="ltr"><<a href="mailto:yaron.keren@gmail.com" target="_blank">yaron.keren@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  I 'm not sure the problem is here. The sys::path::append function knows how to deal with duplicate slashes so if you do get duplicate backslash, plain string concatenation was probably used instead of sys::path::append. In such case the correct bug fix would be to use sys::path::append instead of the string concatenation.<br>

<br>
<a href="http://reviews.llvm.org/D3440" target="_blank">http://reviews.llvm.org/D3440</a><br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>