[Lazarus] IDE Bug or Misconfiguration?

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Dec 1 13:05:02 CET 2009


On Mon, 30 Nov 2009 21:18:32 -0200
Guionardo Furlan <guionardo at gmail.com> wrote:

> Lazarus 0.9.29 + FPC 2.5.1 (Codetyphon)
>[...]
> I put a component TZQuery in a form and clicking on their properties,
> the IDE displays an error: Source not found: unit (* path *) \
> ZSQLDataset.ppu.
> I went through is similar in the past but can not remember how I solved then.
> I've made changes to the compiler options, including the path that
> contains the ppu, the environment options (source tools), but did not
> work.

Check if a uses section use something like
 ZSQLDataset in 'ZSQLDataset.pas'

The compiler searches the 'in' filename in lower and uppercase as well.
The IDE did not.
I fixed that yesterday in the IDE.


> The code compiles normally.
> I found some information here: #
> http://wiki.lazarus.freepascal.org/Unit_not_found_-_How_to_find_units
> Case_2: _Compiler_finds_a_unit.2C_but_IDE_does_not
> but I could not solution yet.

I added a hint.

Mattias




More information about the Lazarus mailing list