KVC triggers Key-value access using _setKey: is deprecated

2010-06-05 Thread David Wetzel
Hi Folks, - (void)setValue:(id)value forKeyPath:(NSString *)keyPath triggers GSOnceFLog(@Key-value access using _setKey: is deprecated:); on GNUstep base. setValue: forKeyPath: is not depricated, so base must be wrong somewhere... David ___

make gui

2010-06-05 Thread Elim Qiu
I see many things missing when make gui. Please let me know how to make them up. Thanks e...@workbook:~/Projects/Gnu/modules/core/gui$ ./configure checking sys/mntent.h usability... no checking sys/mntent.h presence... no checking for sys/mntent.h... no checking for struct mntent.mnt_dir...

Re: make gui

2010-06-05 Thread David Wetzel
http://en.wikipedia.org/wiki/Configure_(computing) Am 05.06.2010 um 19:10 schrieb Elim Qiu: I see many things missing when make gui. Please let me know how to make them up. Thanks e...@workbook:~/Projects/Gnu/modules/core/gui$ ./configure David Wetzel

Re: KVC triggers Key-value access using _setKey: is deprecated

2010-06-05 Thread Richard Frith-Macdonald
On 5 Jun 2010, at 22:34, David Wetzel wrote: Hi Folks, - (void)setValue:(id)value forKeyPath:(NSString *)keyPath triggers GSOnceFLog(@Key-value access using _setKey: is deprecated:); on GNUstep base. setValue: forKeyPath: is not depricated, so base must be wrong somewhere... Take