[Lazarus] Package issues

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Jul 2 02:30:42 CEST 2016


On Sat, 2 Jul 2016 00:11:06 +0200
Werner Pamler <werner.pamler at freenet.de> wrote:

> > Does tvplanit contain interdependent units ?
> > That could explain the problem.
> >
> > Michael.  
> 
> What do you mean by "interdependent"? Circular dependence? No. 

For example first package uses unit A, which uses unit B. So compiler
creates a.ppu and b.ppu.
Second package uses only unit B. When the compiler recompiles unit B,
the a.ppu can become invalid.

Mattias


More information about the Lazarus mailing list