Paul Michell schreef: > I've just tried to build the WinCE interface off current SVN and the build > fails with: > > Free Pascal Compiler version 2.2.1 [2008/02/20] for arm > Copyright (c) 1993-2007 by Florian Klaempfl > Target OS: WinCE for ARM > Compiling interfaces.pp > Compiling winceint.pp > Compiling winceproc.pp > Compiling winceextra.pp > Compiling winceproc.pp > winceproc.pp(718,88) Warning: Mixing signed expressions and longwords gives a > 64bit result > winceproc.pp(751,4) Note: User defined: TODO: create copy bitmap to section > and use bits > winceproc.pp(935,1) Error: Illegal expression > winceproc.pp(935,5) Error: Illegal expression > winceproc.pp(935,9) Error: Illegal expression > winceproc.pp(935,10) Error: Illegal expression > winceproc.pp(935,10) Fatal: Syntax error, ";" expected but "identifier MINE" > found > Fatal: Compilation aborted > make[2]: *** [interfaces.ppu] Error 1 > make[2]: Leaving directory `C:/Applications/Lazarus/lcl/interfaces/wince' > make[1]: *** [wince_all] Error 2 > make[1]: Leaving directory `C:/Applications/Lazarus/lcl/interfaces' > make: *** [interfaces] Error 2 > > There appears to be some work-in-progress type editing around line 935 that > leaves the interface in an uncompilable state.
This is the file in svn: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/lcl/interfaces/wince/winceproc.pp?view=markup&root=lazarus It does not contain "MINE". It seems you have edited this file locally and a conflict occurred when updating. Make a backup if you want to keep your changes and svn revert the file. Vincent _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
