Duplicate Member in NSMenuItemCell.h

2007-01-24 Thread Ted Howard
When I try to compile gui from the trunk, I get a duplicate member error in NSMenuItemCell.h on _backgroundColor. Upon looking at the code, I noticed that NSButtonCell was recently modified to include a _backgroundColor member. Since NSMenuItemCell extends NSButtonCell, the _backgroundColor memb

Re: Duplicate Member in NSMenuItemCell.h

2007-01-24 Thread Fred Kiefer
Ted Howard schrieb: > When I try to compile gui from the trunk, I get a duplicate member error > in NSMenuItemCell.h on _backgroundColor. > > Upon looking at the code, I noticed that NSButtonCell was recently > modified to include a _backgroundColor member. Since NSMenuItemCell > extends NSButton

Re: Duplicate Member in NSMenuItemCell.h

2007-01-26 Thread Richard Frith-Macdonald
On 24 Jan 2007, at 16:36, Ted Howard wrote: When I try to compile gui from the trunk, I get a duplicate member error in NSMenuItemCell.h on _backgroundColor. Upon looking at the code, I noticed that NSButtonCell was recently modified to include a _backgroundColor member. Since NSMenuIte

Re: Duplicate Member in NSMenuItemCell.h

2007-01-26 Thread Adam Fedor
On Jan 26, 2007, at 7:48 AM, Richard Frith-Macdonald wrote: On 24 Jan 2007, at 16:36, Ted Howard wrote: Perhaps a bigger issue is that my compiler (gcc-4.1.1) happily compiles the current code! Now that seems to me like a rather severe compiler bug. Does anyone know different? I don't

Re: Duplicate Member in NSMenuItemCell.h

2007-01-27 Thread Fred Kiefer
Adam Fedor schrieb: > > On Jan 26, 2007, at 7:48 AM, Richard Frith-Macdonald wrote: > >> >> On 24 Jan 2007, at 16:36, Ted Howard wrote: >> Perhaps a bigger issue is that my compiler (gcc-4.1.1) happily >> compiles the current code! Now that seems to me like a rather severe >> compiler bug. Does