On Tue, 11 Dec 2007 15:56:35 -0600 Ger Remmers <[EMAIL PROTECTED]> wrote:
> > Does Lazarus store information in places other then ~/.lazarus on a > linux system? No. Unless you mean the files in your project directories. > I removed the "trunk" directory completely because I messed it up too > badly. I then ran my update script > ========== > cd ~ > svn co http://svn.freepascal.org/svn/lazarus/trunk > cd ~/trunk > make clean all > ./lazarus > =========== > > This compiles and starts Lazarus OK but now Lazarus can't find > unit "interfaces" when trying to compile my own project. It means the compiler found an old ppu file. Did you try Run / Build all? > Secondly, when I now try to build Lazarus from inside Lazarus via > "Tools-> Build Lazarus" it returns with an error > > Assembling resourcecodetool > Assembling codetoolmanager > Compiling cachecodetools.pas > Assembling cachecodetools > Compiling laz_xmlstreaming.pas > laz_xmlstreaming.pas(80,15) Error: There is no method in an ancestor > class to be overridden: "TXMLObjectWriter.Write(const <Formal type>, > LongInt)" laz_xmlstreaming.pas(126,15) Error: There is no method in > an ancestor class to be overridden: "TXMLObjectReader.Read(var > <Formal type>, LongInt)" laz_xmlstreaming.pas(137,1) Fatal: There > were 2 errors compiling module, stopping > laz_xmlstreaming.pas(28,68) Fatal: Compilation aborted > make[2]: *** [allcodetoolunits.ppu] Error 1 > make[2]: Leaving directory `/home/ger/trunk/components/codetools' > make[1]: *** [codetools_all] Error 2 > make[1]: Leaving directory `/home/ger/trunk/components' > make: *** [components] Error 2 > > I'm running x64 on Suse 10.3, KDE 3.5 > > any ideas anyone? Sorry, my fault. I removed the override for fpc 2.2.0 and 2.0.x. Now it should compile again. Mattias _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
