Hello Ricardo, Am 24.09.2012 09:22, schrieb Riccardo Mottola: > Hi, > > while building base, freshly reconfigured. I have clang 3.2 > > Making all for library libgnustep-base... > Compiling file GSLocale.m ... > In file included from GSLocale.m:25: > In file included from ././common.h:62: > In file included from ../Headers/Foundation/NSZone.h:31: > ../Headers/GNUstepBase/GSVersionMacros.h:219:10: error: "You are building > gnustep-base using the objc-nonfragile-abi but your gnustep-base > was not > configured to use it." > # error "You are building gnustep-base using the... > ^
I just re-enabled this line yesterday because it seemed to be commented out accidentally and does the sane thing (as in checking that the compiler will actually emit code for the ABI that gnustep-base is expecting). Maybe you could post the relevant output from config.log (`checking for non-fragile-abi support'...), since this test is used to set GS_NONFRAGILE to the correct value? Cheers, Niels _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
