On Wed, 17 Sep 2008 09:30:16 +0200
"Paul" <[EMAIL PROTECTED]> wrote:

> Installed these packages
> 
> Lazarus-0.9.25-16602-fpc-2.2.2-20080916-win32.exe
> Lazarus-0.9.25-16602-fpc-2.2.2-20080916-cross-arm-wince-win32.exe
> 
> If I try to compile the project, this error pops up: 
> FATAL: Can't find unit interfaces used by project 1

FPC seldom reports correct line numbers and/or filenames when 'unit not
found'.

 
> in project file at line:
> uses
>   {$IFDEF UNIX}{$IFDEF UseCThreads}
> 
> what went wrong here ?

My guess: you forgot to cross compile the LCL.

Tools / Configure Build lazarus


Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to