Am 27.12.2013 15:08, schrieb David Chisnall: > It is not possible to build clang without Objective-C[++] support. objc/runtime.h is provided by the runtime, not the compiler.
Am 27.12.2013 14:58, schrieb Ivan Vučica: > Languages are supported, it's just the runtime that is missing ;-) Excellent. Part of the problem solved. > Not that I encourage that; everyone should use David's libobjc2 which, to > the best of my knowledge, is not in Debian. There's "libobjc3" and "libobjc4". libobjc4 has a version tag "4.8.1". It's a library only, the corresponding -dev package installs headers for gcc privately. I assume this isn't libobjc2. Accordingly, there's no need to build clang/llvm. Building libobjc2 (Chris' one) is sufficient. Would be a good update for the build instructions. I still have no write access. Patryk, does this help you? A "apt-get install clang" should be sufficient for the compiler part and allow to build libobjc2 directly. Markus -- - - - - - - - - - - - - - - - - - - - Dipl. Ing. (FH) Markus Hitter http://www.reprap-diy.com/ http://www.jump-ing.de/ _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
