Follow-up Comment #6, bug #29338 (project gnustep):

sync.m in libnobjc2 in svn trunk is broken at the latest revision:

It uses objc_disposeClassPair() ... which cannot work with the gnu runtime
(ie can't be ported into ObjectiveC2 in base), and as far as I can see does
not fully work in libobjc2 (though there we have enough internals access to
fix it).

It doesn't align the mutex (which I recently found means that it will fail on
hppa machines unless by chance the mutex falls on a 16 byte boundary).

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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