Hi, Today I updated may Lazarus from svn revision 18956 to revision 19686. When I tried to build the IDE I got the following
b...@simenon:~/svnroot/lazarus> make clean make -C ide cleanide make[1]: Entering directory `/home/bart/svnroot/lazarus/ide' /bin/rm -f /bin/rm -f [...] /bin/rm -f fpcmade.i386-linux Package.fpc ppas.sh script.res link.res /bin/rm -f *.s *_ppas.sh make[1]: Leaving directory `/home/bart/svnroot/lazarus/ideintf' Then b...@simenon:~/svnroot/lazarus> make all LCL_PLATFORM=gtk2 make -C lcl all make[1]: Entering directory `/home/bart/svnroot/lazarus/lcl' /bin/rm -f units/i386-linux/alllclunits.ppu /usr/local/bin/ppc386 -gl -Fu. -Funonwin32 -Fuforms -Fuwidgetset -Fu/usr/local/lib/fpc/2.2.2/units/i386-linux/rtl -Fiinclude -FE. -FUunits/i386-linux -di386 alllclunits.pp Free Pascal Compiler version 2.2.2 [2008/07/29] for i386 Copyright (c) 1993-2008 by Florian Klaempfl Target OS: Linux for i386 Compiling alllclunits.pp Compiling lclversion.pas Compiling lclstrconsts.pas [...] Compiling graphics.pp Compiling intfgraphics.pas Compiling icnstypes.pas Compiling graphics.pp canvas.inc(88,24) Error: identifier idents no member "SetClipping" graphics.pp(2489) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted make[1]: *** [alllclunits.ppu] Fout 1 make[1]: Leaving directory `/home/bart/svnroot/lazarus/lcl' make: *** [lcl] Fout 2 b...@simenon:~/svnroot/lazarus> Do I need a newer version of fpc (2.2.4 instead of 2.2.2) or is this a bug? Bart _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus