Re: [Lazarus] disable package checking

2012-04-15 Thread Mattias Gaertner
On Wed, 11 Apr 2012 15:43:47 +0200 Mattias Gaertner wrote: >[...] > > > What reason is given for the recompile? > > > > Target: FCL 1.0.1 > > Build needed. > > File: /opt/lazarus/packager/registration/fcl.lpk > > Note: FPC unit "/home/benito/hg/components/pascal/data/pseudoxpath.pas" > > is new

Re: [Lazarus] disable package checking

2012-04-11 Thread Benito van der Zander
1. Put your units into a package instead of into fpc.cfg. Then the IDE knows the dependencies between the units and does not need to ask the compiler. Way to much trouble, in case I need to use them in some trivial test project or compile it without Lazarus 2. Open the package fcl.lpk and set it

Re: [Lazarus] disable package checking

2012-04-11 Thread Mattias Gaertner
On Wed, 11 Apr 2012 14:34:33 +0200 Benito van der Zander wrote: > > What Lazarus version do you use? > r36661 > > > > What reason is given for the recompile? > > Target: FCL 1.0.1 > Build needed. > File: /opt/lazarus/packager/registration/fcl.lpk > Note: FPC unit "/home/benito/hg/components/pa

Re: [Lazarus] disable package checking

2012-04-11 Thread Benito van der Zander
What Lazarus version do you use? r36661 What reason is given for the recompile? Target: FCL 1.0.1 Build needed. File: /opt/lazarus/packager/registration/fcl.lpk Note: FPC unit "/home/benito/hg/components/pascal/data/pseudoxpath.pas" is newer than state file of FCL: unit age=04/11/12 02:2

Re: [Lazarus] disable package checking

2012-04-11 Thread Mattias Gaertner
On Wed, 11 Apr 2012 01:47:54 +0200 Benito van der Zander wrote: > Hi, > whenever I compile a project, it first compiles/checks the dependencies: > > "Compiling package FCL 1.0.1" completed > "Compiling package LazUtils 1.0" completed > "Compiling package LCLBase 1.0.1" completed > "Compiling pac

[Lazarus] disable package checking

2012-04-10 Thread Benito van der Zander
Hi, whenever I compile a project, it first compiles/checks the dependencies: "Compiling package FCL 1.0.1" completed "Compiling package LazUtils 1.0" completed "Compiling package LCLBase 1.0.1" completed "Compiling package LCL 1.0.1" completed Can you disable it somehow? It takes forever (2s) an