>
> Anyways, adding this to EOGenericRecord.m might fix this specific
> issue, but probably others will pop up:
> ---snip---
> #if GNUSTEP_BASE_LIBRARY
> - (void)setValue:(id)_value forKey:(NSString *)_key {
> [self takeValue:_value forKey:_key];
> }
> #endif
> ---snap---
will test, thanks a lot.
Sebastian