Hello

I've updated the sources of lazarus via svn and when I compile the IDE, get
some errors:


   1. On *c:\lazarus\components\synedit\synpropertyeditobjectlist.pas*,
   the PropEditUtils is not listed on the uses clauses.
   The GetLookupRootForComponent function is needed by. *Ok, just add
   PropEditUtils to the uses*
   2. 2. *C:\lazarus\ide\compileroptions.pp*: the method function
   ModeWithIdentifier(Identifier: string): TIDEBuildVariable; override; from
   the TBuildModeGraph class don't have an ancestor to be overriden. *Ok,
   just remove the 'override'*
   3. 3. '*C:\lazarus\ide\w32versioninfo.pas*(363,44) Error: Incompatible
   type for arg no. 1: Got "AnsiString", expected "TAbstractResource"' -> *I
   don't know how to resolve this*



-- 
Timeo hominem unius libri
Cogito ergo sum - Carpe diem

[]s
Guionardo Furlan
http://guionardo.blogspot.com
http://www.guionardofurlan.com.br
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to