Re: [fpc-pascal] New Cocoa headers

2019-08-24 Thread Jonas Maebe
On 24/08/2019 16:07, Ryan Joseph wrote: > > >> On Aug 22, 2019, at 2:15 PM, Zoë Peterson wrote: >> >> I just updated to the newer Cocoa headers (Thanks Jonas!) and I've run into >> a problem with Lazarus. > > The headers were updated? to which version? I did my last parse on 10.10, so > 4 yea

Re: [fpc-pascal] New Cocoa headers

2019-08-24 Thread Ryan Joseph
> On Aug 22, 2019, at 2:15 PM, Zoë Peterson wrote: > > I just updated to the newer Cocoa headers (Thanks Jonas!) and I've run into a > problem with Lazarus. The headers were updated? to which version? I did my last parse on 10.10, so 4 years ago. Regards, Ryan Joseph __

Re: [fpc-pascal] New Cocoa headers

2019-08-22 Thread Jonas Maebe
On 22/08/2019 20:15, Zoë Peterson wrote: > I just updated to the newer Cocoa headers (Thanks Jonas!) and I've run > into a problem with Lazarus. > > NSExtensionContext.inc includes this line: > > {$if > defined(__OBJC2__)defined(interface)defined(NSExtensionContext)defined(NSObject)} > > > It c

[fpc-pascal] New Cocoa headers

2019-08-22 Thread Zoë Peterson
I just updated to the newer Cocoa headers (Thanks Jonas!) and I've run into a problem with Lazarus. NSExtensionContext.inc includes this line: {$if defined(__OBJC2__)defined(interface)defined(NSExtensionContext)defined(NSObject)} It compiles ok for some reason, but screws up Code Tools so th