Re: Clang "File not found" - in cocoa app

2013-04-21 Thread Christ Levesque
I'm coding an app that generates document. For generating document of XML i used the NSXMLParser and for generating document of source code i used libclang. If you want to know more I can help you to find how to use libclang for accomplish the same task as me. Because you are curious I want to d

Re: Clang "File not found" - in cocoa app

2013-04-20 Thread Charles Srstka
On Apr 18, 2013, at 2:51 AM, Christ Levesque wrote: > I used clang in my cocoa app but it doesn't find Clang/Index.h. The error is > "File not found". I linked to clang but again it doesn't find it. Anybody > knows what's the problem. Assuming you're trying to use libclang for something, the p

Re: Clang "File not found" - in cocoa app

2013-04-20 Thread Nick Zitzmann
On Apr 18, 2013, at 1:51 AM, Christ Levesque wrote: > I used clang in my cocoa app but it doesn't find Clang/Index.h. The error is > "File not found". I linked to clang but again it doesn't find it. Anybody > knows what's the problem. What are you trying to accomplish? Nick Zitzmann

Clang "File not found" - in cocoa app

2013-04-19 Thread Christ Levesque
Hi there, I used clang in my cocoa app but it doesn't find Clang/Index.h. The error is "File not found". I linked to clang but again it doesn't find it. Anybody knows what's the problem. Thanks. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)