I stripped out all old 2.2.6, including all the FPC and packages and configs. Then reinstalled FPC 3.2.2, Installed LAZ 3.2. I start LAZ 3.2, set the lldb and other setup items to make the IDE happy.
1st job: do a "Normal IDE rebuild". Fail fail fail.
The initial fault is missing datetimepicker components ( why are they not in the search path, and why does Laz not know how to setup its basic state in OOBE, or find its own pre-installed components ??). OK I can find the datetimepicker in the /app../laz../lcl... components and open lpk and install the component.
Fail again, this time its lazhelpchm.pas and its package. again find the package and install it.
And on and on it goes, until I get some package missing that's too obscure to find. This same OOBE screw up was present in LAZ 3.0 and why I never used it.
The problem: LAZ ships in a state that is NOT aware of the installed components, and when any IDE build is needed ( added components / IDE change), the whole thing fails with endless not-found components.
Is it just me, or is this 3.x branch need more work?