PCH / ObjC issue with gcc 4.0.2-pre

2005-08-26 Thread Helge Hess
Hi, I'm experiencing some issue with using a precompiled header with an Objective-C file. When including the header, I'll get duplicate symbols, like this: ---snip--- SaxAttributeList.m:188: error: redefinition of 'struct _objc_symtab' SaxAttributeList.m:188: error: redefinition of 'struct _ob

Re: gcc 4.1

2006-03-14 Thread Helge Hess
On 14. Mrz 2006, at 01:53 Uhr, Mike Stump wrote: Am I the only one who gets those: DOMElement.m:283: warning: pointer type mismatch in conditional expression I doubt it. ;-) For stuff like: objs[1] = _ns ? _ns : (id)null; or return [pathes isNotNull] ? pathes : nil; And here all in