Hello,

I´m having trouble compiling LCL for Windows CE recently. Before I used my normal batch script:

PATH=C:\Programas\lazarus13\pp\bin\i386-win32;c:\Programas\arm
make lcl LCL_PLATFORM=wince PP=ppcrossarm.exe CPU_TARGET=arm OS_TARGET=wince

Now I execute it and there is an error:

Compiling Graphics.pp
Fatal: Can't find unit Contnrs
Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Error 1
make[1]: Leaving directory `C:/Programas/lazarus/lcl'
make: *** [lcl] Error 2

I am sure that Contnrs .o and .ppu files are located at C:\Programas\lazarus13\pp\units\arm-wince\fcl

So, what is missing? Why can´t he find it?

This error also happens if I try to compile the LCL for arm-wince from the IDE. It did not happen before.

It´s probably something simple.

thanks,

Felipe

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

Reply via email to