From: Arno P. <ar...@pu...> - 2011-10-17 16:39:14
|
a minimalistic sample app that reproduces the problem would help. Arno On 10/17/11 8:04 AM, Panayotis Katsaloulis wrote: > I have just updated to Xcode 4.2 (the current Xcode version, compatible with iOS 5), and I found that the produced code (in C and obj-c) is not compilable any more. > THe problem is with an object defined as a @class, and later on redefined using the typedef notation. > > After some experimentation, it seems that this is an issue with GCC& Clang. > For some reason, Clang is more strict on this issue, while GCC is not. > At least for the ObjC backend, if I change the compiler form Clang to GCC solved this issue. > With C backend though I was not equally lucky (but I have to admit I didn't dig more into it). > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |