|
From: | Fred Kiefer |
Subject: | Re: -base svn compilaton fails in NSJSONSerialization.m |
Date: | Wed, 04 Jan 2012 09:33:09 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 |
Greg,this is the second time within just a few days I had to clean up after you. You seem to be using a compiler that allows for duplicate ivar names, some of us don't. Could you please check manually before committing a change that the name you use is not used by subclasses?
I only commented out the ivars. If what ever you are doing there gets to a state where you think it is correct, could you please remove these ivars completely?
Fred On 04.01.2012 09:09, Sebastian Reitenbach wrote:
I guess the latest changes to the NSXML stuff in -base did not make it compile anymore: Compiling file NSJSONSerialization.m ... In file included from ../Headers/Foundation/Foundation.h:133:0, from NSJSONSerialization.m:10: ../Headers/Foundation/NSXMLDocument.h:84:20: error: duplicate member ‘_URI’ In file included from ../Headers/Foundation/Foundation.h:134:0, from NSJSONSerialization.m:10: ../Headers/Foundation/NSXMLDTD.h:49:18: error: duplicate member ‘_children’ make[4]: *** [obj/libgnustep-base.obj/NSJSONSerialization.m.o] Error 1 make[3]: *** [internal-library-all_] Error 2 make[2]: *** [libgnustep-base.all.library.variables] Error 2 make[1]: *** [internal-all] Error 2 make: *** [internal-all] Error 2
[Prev in Thread] | Current Thread | [Next in Thread] |