Does Lazarus store information in places other then ~/.lazarus on a linux 
system?
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.

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?
-- 
Ger

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

Reply via email to