<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jun 24, 2018 at 12:49 AM, Ryan Joseph via Lazarus <span dir="ltr"><<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">1) by setting the Tools > Options compiler path to ppc386 I can rebuild but I get symbol not found error because the framework I’m linking is 64 bit only.<br>
1) If I set the compiler to ppcx64 I get the "Identifier not found “ATSUFindFontFromName”” error and never get to the building of the actual package.<br>
<br>
How can I get out of this loop? Apparently lazarus needs to compile the package and link everything but the IDE also demands I only build with the i386 compiler. <br></blockquote><div><br></div><div>It's not IDE that demands the compiler to be i386, but the widgetset (Carbon).</div><div><br></div><div>You need to specify Lazarus to build for Cocoa instead. In this case you should be able to install the package into IDE.</div><div><br></div><div>thanks,</div><div>Dmitry</div></div></div></div>