[Lazarus] Can't find unit ComponentEditors used by
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Mar 24 11:32:10 CET 2011
On Thu, 24 Mar 2011 12:16:23 +0200
Zaher Dirkey <parmaja at gmail.com> wrote:
> Hi,
> I updated my lazarus from svn, then Make clean all, lazarus was compiled
> fine
> but when i try to compile my package i got this message
>
> ntvRegCtrls.pas(10,3) Fatal: Can't find unit ComponentEditors used by
> ntvRegCtrls
>
> What i can do to fix this propblem?
1. Check that your package depends on the IDEIntf package.
2. Check the paths of your package. Other unit files must only point to
your source directories.
3. Check for duplicate ppu files.
See
http://wiki.lazarus.freepascal.org/Unit_not_found_-_How_to_find_units#Quick_list
Mattias
More information about the Lazarus
mailing list