Hi.
The string generated from a NSColor by -string is not always compatible
for using with +colorFromString:
The description string has quotes around it, that are not understood
by the sscanf in colorFromString.
taking the \" out of
[NSString stringWithFormat: @"\"%f %f %f\"",
RGB_component.red, RGB_component.green, RGB_component.blue]
in NSColor.m solves the problem.
Another problem I'm having with GNUstep from CVS as of friday is that
GDNC gives "bad data recieived on port handle" and the application dies
(It's when NSApplication tries to contact the workspace to tell it it's
alive).
Benhur Stein