[Lazarus] 64 bit Cocoa package (Mac)
Dmitry Boyarintsev
skalogryz.lists at gmail.com
Mon Jun 25 04:38:41 CEST 2018
On Sun, Jun 24, 2018 at 12:49 AM, Ryan Joseph via Lazarus <
lazarus at lists.lazarus-ide.org> wrote:
> 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.
> 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.
>
> 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.
>
It's not IDE that demands the compiler to be i386, but the widgetset
(Carbon).
You need to specify Lazarus to build for Cocoa instead. In this case you
should be able to install the package into IDE.
thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20180624/da4495de/attachment-0001.html>
More information about the Lazarus
mailing list