Follow-up Comment #15, bug #25033 (project gnustep):

Indeed... it seems for such old compilers/runtimes we have our own
implementation of NXConstantString in -base Source/GSString.m.  Now what's
unclear is since libobjc also implements an NXConstantString class, which one
will be used be the runtime.  And I suppose your initial error was due to this
confusion.

I would suggest that we extract most of our NXConstantString implementations
into categories which we always compile, where as we only compile an
NXConstantString class which merely implements cString and length, if libobjc
does not provide one.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to