[cfe-dev] libcxx: cstdio / stdio.h - missing file

Anton Smirnov dev at antonsmirnov.name
Sun Aug 17 06:33:29 PDT 2014


BTW. i'm cross-compiling clang 3.4 for ios and libcxx release_30


2014-08-17 19:27 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>:

> I'm going to use it on ios.
>
> Mac os x output:
>
> MBA-Anton:llvm_34_ios_armv7_build_noenv asmirnov$ clang++ helloworld.cpp -v
>
> Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
>
> Target: x86_64-apple-darwin13.3.0
>
> Thread model: posix
>
> clang: error: no such file or directory: 'helloworld.cpp'
>
>
> 2014-08-17 19:04 GMT+06:00 Ben Pope <benpope81 at gmail.com>:
>
> On Sunday, August 17, 2014 08:36 PM, Anton Smirnov wrote:
>>
>>> Hi, guys!
>>>
>>> I try to use libcxx headers with clang via C API (libclang to be more
>>> detailed) and i've found that cstdio file
>>> (http://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_
>>> 34/final/include/cstdio)
>>> includes stdio (line 100) which is missing. I can't find it in "include"
>>> and subdirectories.
>>>
>>> Am i missing smth?
>>>
>>
>> Check the recent posts by Larry Evans.
>>
>> What's the output of:
>>
>> clang++ helloworld.cpp -v
>>
>> What is your platform?
>>
>> Ben
>>
>>
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140817/983eec4e/attachment.html>


More information about the cfe-dev mailing list