On Thu, 27 Jan 2011 15:42:50 +0000 Martin <[email protected]> wrote:
> On 27/01/2011 15:28, Mattias Gaertner wrote: > >> I've been trying the dialog => I selected to clean all, and rebuild all. > >> And that's the error I got > > That's because the old dialog compiles the LCL before the FCL (package > > registration). This was changed with the redesign of this dialog in > > 0.9.29. Technically the reordering was ok, because the LCL package > > registration was in the IDE. Now the LCL package registration is in the > > LCL as any other package. I changed the order in one of my commits some > > hours ago, but a lazarus 0.9.29 - 0.9.31 has the wrong order. > Thanks that was the hint I needed. > I understand the need for those ordering changes. In fact I caused them > myself before.... > > Ok, that works, > > But... > Now lcl is vesion 0.9.31 > Yet some packages require an LCL v1.0: > - jcfidelazarus > - FPCUnitTestRunner > > Not sure which others. Those were all from the list of which I have > installed The former LCL package had the version 1.0 and the IDE automatically used that as minimum version when a dependency was added. I guess the only compatible way is to increase the LCL version to 1.0. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
