<div dir="ltr">This is 0xc0000135, aka STATUS_DLL_NOT_FOUND.<div><a href="http://msdn.microsoft.com/en-us/library/cc704588.aspx">http://msdn.microsoft.com/en-us/library/cc704588.aspx</a><br></div><div><br></div><div>clang-cl as distributed appears to have a few dll deps:</div>
<div><br></div><div>$ dumpbin /dependents C:/Program\ Files\ \(x86\)/LLVM\ 3.4.svn/msbuild-bin/cl.exe<br></div><div><div><br></div><div>    KERNEL32.dll</div><div>    SHELL32.dll</div><div>    ADVAPI32.dll</div><div>    MSVCP110.dll</div>
<div>    MSVCR110.dll</div><div>    dbghelp.dll</div></div><div><br></div><div>Looks like we have a dependence on the 2012 C and C++ runtimes.  You can probably work around this by installing the VC++ 2012 redistributable bits from <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30679">http://www.microsoft.com/en-us/download/details.aspx?id=30679</a>  I think our users so far have had VS2012 installed, so nobody has noticed this.</div>
<div><br></div><div>We should eliminate that dependence with static linking or dll redistribution.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 8, 2013 at 1:13 AM, Unai Landa <span dir="ltr"><<a href="mailto:ulanda@digital-legends.com" target="_blank">ulanda@digital-legends.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI, I'm trying to do some tests with the clang-cl build found at <a href="http://llvm.org/builds/" target="_blank">http://llvm.org/builds/</a> with the VisualStudio 2010 compiler, and I get this error for any project or single file I tested.<br>

<br>
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(153,5): error MSB6006: "CL.exe" exited with code -1073741515.<br>
<br>
Any clue on whats going on? I tried looking on the Bugzilla or google but found nothing.<br>
<br>
<br>
Unai Landa<br>
CTO<br>
<a href="mailto:ulanda@digital-legends.com">ulanda@digital-legends.com</a><br>
<br>
Digital Legends Entertainment<br>
C/ Bruc 50, 2-4<br>
08010 Barcelona (Spain)<br>
Tel : <a href="tel:%2B34%2093%20394%2017%2077" value="+34933941777">+34 93 394 17 77</a><br>
Fax: <a href="tel:%2B34%2093%20304%2035%2005" value="+34933043505">+34 93 304 35 05</a><br>
<a href="http://www.digital-legends.com" target="_blank">www.digital-legends.com</a><br>
<br>
This e-mail message contains confidential information and/or legally privileged and is intended only for the use of the addressed person. Any disclosure, copying, distribution or the taking of any action in reliance on the contents of this e-mail by any other person is strictly prohibited. If you believe that this e-mail message has been sent to you by error, please notify the sender by reply via e-mail and then delete this message from your system. Thank you.<br>

<br>
________________________________________<br>
From: <a href="mailto:cfe-dev-bounces@cs.uiuc.edu">cfe-dev-bounces@cs.uiuc.edu</a> [<a href="mailto:cfe-dev-bounces@cs.uiuc.edu">cfe-dev-bounces@cs.uiuc.edu</a>] on behalf of <a href="mailto:cfe-dev-request@cs.uiuc.edu">cfe-dev-request@cs.uiuc.edu</a> [<a href="mailto:cfe-dev-request@cs.uiuc.edu">cfe-dev-request@cs.uiuc.edu</a>]<br>

Sent: Friday, November 08, 2013 8:17 AM<br>
To: <a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
Subject: cfe-dev Digest, Vol 77, Issue 43<br>
<br>
Send cfe-dev mailing list submissions to<br>
        <a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:cfe-dev-request@cs.uiuc.edu">cfe-dev-request@cs.uiuc.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:cfe-dev-owner@cs.uiuc.edu">cfe-dev-owner@cs.uiuc.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of cfe-dev digest..."<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>