[Lazarus] IDE Package system has a problem

zeljko zeljko at holobit.net
Tue Feb 10 08:12:03 CET 2015


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.





More information about the Lazarus mailing list