On Fri, 20 Nov 2020, Juha Manninen via lazarus wrote:

On Fri, Nov 20, 2020 at 12:32 PM Michael Van Canneyt via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

- Updated Lazarus from SVN.
- Lazarus no longer compiles (FPC 3.2)

- Managed to fix that:

home:~/lazarus> svn diff ide/ideoptionsdlg.pas
Index: ide/ideoptionsdlg.pas
===================================================================
--- ide/ideoptionsdlg.pas       (revision 64150)
+++ ide/ideoptionsdlg.pas       (working copy)
@@ -36,7 +36,7 @@
    ExtCtrls, StdCtrls, Dialogs,
    // LazControls
    TreeFilterEdit,
-  LazControlDsgn, // move this to lazarus.lpr
+   // LazControlDsgn, // move this to lazarus.lpr
    // IdeIntf
    IDEWindowIntf, IDEOptionsIntf, IDEOptEditorIntf, IDECommands,
IDEHelpIntf,
    ProjectIntf, IDEImagesIntf,


I remember that LazControlDsgn required some tweaking but it was a long
time ago.
No recent changes have affected it.
I just today built Lazarus without problems. I don't know what is causing
your errors.

What happens if you start it without config directory ?

Michael.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to