<div dir="ltr">







<p class="">I'm going to use it on ios.</p><p class="">Mac os x output:</p><p class="">MBA-Anton:llvm_34_ios_armv7_build_noenv asmirnov$ clang++ helloworld.cpp -v</p>
<p class="">Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)</p>
<p class="">Target: x86_64-apple-darwin13.3.0</p>
<p class="">Thread model: posix</p>
<p class="">clang: error: no such file or directory: 'helloworld.cpp'</p></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-17 19:04 GMT+06:00 Ben Pope <span dir="ltr"><<a href="mailto:benpope81@gmail.com" target="_blank">benpope81@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sunday, August 17, 2014 08:36 PM, Anton Smirnov wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, guys!<br>
<br>
I try to use libcxx headers with clang via C API (libclang to be more<br>
detailed) and i've found that cstdio file<br>
(<a href="http://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_34/final/include/cstdio" target="_blank">http://llvm.org/svn/llvm-<u></u>project/libcxx/tags/RELEASE_<u></u>34/final/include/cstdio</a>)<br>
includes stdio (line 100) which is missing. I can't find it in "include"<br>
and subdirectories.<br>
<br>
Am i missing smth?<br>
</blockquote>
<br></div></div>
Check the recent posts by Larry Evans.<br>
<br>
What's the output of:<br>
<br>
clang++ helloworld.cpp -v<br>
<br>
What is your platform?<br>
<br>
Ben<br>
<br>
<br>
______________________________<u></u>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">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/<u></u>mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>