On 21 Aug 2009, at 17:32, Andreas Höschler wrote: > Hi David, > >>> The problem with the missing id definition remains!? Anything wrong >>> with my compiler buid? >> >> Please try with the latest svn. > > Thanks a lot! One step further! :-) > > make OBJCFLAGS="-D__EXTENSIONS__=1" > ... > Making all in ObjectiveC2... > Making build-headers for framework ObjectiveC2... > zsh: parse error near `\n' > Making all for framework ObjectiveC2... > Compiling file blocks_runtime.m ... > Compiling file properties.m ... > properties.m: In function `objc_getProperty': > properties.m:15: error: storage size of '_stackExceptionData' isn't > known > properties.m:15: confused by earlier errors, bailing out > make[4]: *** [obj/properties.m.o] Error 1 > make[3]: *** [internal-framework-run-compile-submake] Error 2 > make[2]: *** [ObjectiveC2.all.framework.variables] Error 2 > make[1]: *** [internal-all] Error 2 > > Any idea for that one?
It looks like your compiler doesn't support Objective-C exception handling constructs. Did you enable exceptions when you built it? The ObjectiveC 2 framework provides the Objective-C 2 runtime support - it assumes that the compiler already knows how to handle all of Objective-C 1... David _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
