As warned a few months ago the separate compilation step of the IDE is now compiled in one step.
Details: Formerly the IDE was compiled in three steps: 1. the ppu files without linking the final lazarus executable 2. then the installed packages 3. and finally the IDE again with linking. This was done to allow design time packages to use the IDE units. This is no longer allowed. Design time packages must now use the IDEIntf units only and must not use the IDE units. AFAIK no package used the IDE units anyway. The IDE now compiles in two steps: First the installed packages, then the IDE. The LCL, codetools, SynEdit are not effected by this change. This change only effects compiling lazarus via the IDE. Compiling at command line has not changed. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
