On 27 Dec 2013, at 12:29, Markus Hitter <[email protected]> wrote: > The problem is, while the package descriptions describe clang and llvm > to support C, C++, Obj-C and Obj-C++, it apparently does not really do > so. When trying to compile with them anyways, a missing objc/runtime.h > is reported.
It is not possible to build clang without Objective-C[++] support. objc/runtime.h is provided by the runtime, not the compiler. David _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
