On 12/05/2019 08:46, Johannes Brakensiek wrote:
/usr/GNUstep/Local/Library/Libraries/libProjectCenter.so.0: undefined symbol: __objc_ivar_offset_NSView._tracking_rects.<some unreadable unicode stuff>
This is not 'some unreadable unicode stuff' it is an Objective-C type encoding. You will see errors like this if either libProjectCenter.so contains a source file that references a @private or @package ivar of NSView, or if it references a @public / @protected ivar with the wrong type.
The latter can happen if you compiled against the wrong version of the headers.
David _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
