<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 22, 2018 at 11:14 AM, Ondrej Pokorny <span dir="ltr"><<a href="mailto:lazarus@kluug.net" target="_blank">lazarus@kluug.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Can somebody apply the patch at<br>
<br>
<a href="https://bugs.freepascal.org/view.php?id=33124" rel="noreferrer" target="_blank">https://bugs.freepascal.org/vi<wbr>ew.php?id=33124</a><br>
<br>
it's nothing serious, only a missing Cocoa header definition.<br></blockquote><div><br></div><div>It's better, if you declare those methods as an objccategory inĀ cocoa_extra.pas</div><div>In that case there would be no requirements regarding a certain FPC and/or headers version for LCL to compile.<br></div><div><br></div><div>Also, please check if a class supports those methods before calling them.</div><div>Otherwise 10.7 would be the minimum macOS version required for LCL (afaik, it's still 10.5 as of today)</div><div><br></div><div>Earlier versions might experience an error like shown in this thread:<br></div><div><a href="http://forum.lazarus.freepascal.org/index.php/topic,40934.0.html">http://forum.lazarus.freepascal.org/index.php/topic,40934.0.html</a><br></div><div><br></div><div>thanks</div><div>Dmitry</div></div></div></div>