I have installed Lazarus 0.9.24-win32, and download lazarus sources via SVN. Then try to recompile lazarus and I get a error in tododlg.pas.
Something that 'Identifier TTodoItem undeclared' ...

I simply add this line in todolist.pas as above and I could compile.
--------------snip--------------
 TOnOpenFile = procedure(Sender: TObject; const Filename: string;
                         const LineNumber: integer) of object;
 TTLScannedFile = class;

 TTodoItem = class; (* line added to avoid the compiler error*)

 { TTodoItem: Class to hold TODO item information }
--------------snap---------------

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

Reply via email to