Follow-up Comment #1, bug #27612 (project gnustep):

nothing gnustep can really do about this, it looks like your compiler is
confusing -[NSColor set] and +[NSSet set],

you can try and avoid including both NSColor.h and NSSet.h, avoid +set, or
switch to an unaffected compiler :/,

i'm not aware of any way to work around it anyhow, (with instance methods you
can do some casting i believe, but what are you going to cast the NSSet class
to? ...)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27612>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to