JD Gadina

Results 64 comments of JD Gadina

If you have built Clang/LLVM from the supplied makefile in `ClangKit/LLVM`, then everything should be fine. The makefile copies the new libraries to the location expected by the Xcode project....

They are set in the target's build settings (`OTHER_LDFLAGS`).

No, there's not... Clang include are not copied into the framework. Looks like you modified the project to copy them, hence the error...

**I have no idea about what you are trying to achieve.** If you don't give me some context, I won't be able to help you... - Are you experiencing a...

Ok, so this is a **runtime** issue. Basically, it means that ClangKit is working fine, if it gives you diagnostics. Again, as mentioned in your previous issue, if `` is...

Ok, I'll see if I can update the example, so it's more clear. The error you are getting just means you need to supply additional arguments to the translation unit,...

OK, I've added an example in 6e2a2f51cd26cc860b56b30840cc9c5eccf1243f. It gets the correct Clang include paths from the Xcode default toolchain, if available. Depending on your Xcode version, ClangKit may report other...

That's what I told you in my previous comment.

In the new build? Have you tried removing it from the LD flags?