On 02/09/2015 07:36 PM, Mattias Gaertner wrote:

If a project does not set the LCLWidgetType it gets the IDE's
widgettype.
If you did not set a LCLWidgetType in the "Configure Build Lazarus",
then it uses "carbon" on darwin.

This is not always true in my case. Using fpc-2.6.2 (regular dmg downloaded) i386 + cross x86_64. Sometimes it builds everything and at the end it cannot link since it calls i386-darwin ?!?
Yes, there's x86_64 cpu, qt widgetset and OS_TARGET=darwin in configure ide.
Only way to make it build is:
1.make clean
2.make clean CPU_TARGET=x86_64
3.make bigide CPU_TARGET=x86_64 OS_TARGET=darwin LCL_PLATFORM=qt
4.Startlazarus, now build ide again (because of 3rd party packages). Now it builds correct ide.

z.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to