----- Original Message -----
From: Luca Olivetti <[EMAIL PROTECTED]>
Date: Tuesday, July 10, 2007 11:38 am
Subject: [lazarus] Ide doesn't find units in the fcl (or outside the project)

> I surely did something stupid, but lately, every time I do a "find 
> declaration", the ide bombs on units that aren't in the project 
> (e.g. 
> are in the fcl or in "Other units" options).
> 
> unit myunit;
> 
> {$mode objfpc}{$H+}
> 
> interface
> 
> uses
>   Classes, SysUtils, contnrs;
> 
> 
> 
> Error: unit not found: contnrs
> 
> 
> The unit builds fine.
> I'm using rev. 11454, but this started before.

Is your fpc source directory in the environment options correct?

Vincent

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to