discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnuconfig and runtime 1.9/ARC issue


From: David Chisnall
Subject: Re: gnuconfig and runtime 1.9/ARC issue
Date: Mon, 13 May 2019 15:29:54 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]