<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Juha Manninen via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> schrieb am Fr., 20. Nov. 2020, 12:24:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">On Fri, Nov 20, 2020 at 12:32 PM Michael Van Canneyt via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank" rel="noreferrer">lazarus@lists.lazarus-ide.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">- Updated Lazarus from SVN. <br>
- Lazarus no longer compiles (FPC 3.2)<br>
<br>
- Managed to fix that:<br>
<br>
home:~/lazarus> svn diff ide/ideoptionsdlg.pas<br>
Index: ide/ideoptionsdlg.pas<br>
===================================================================<br>
--- ide/ideoptionsdlg.pas       (revision 64150)<br>
+++ ide/ideoptionsdlg.pas       (working copy)<br>
@@ -36,7 +36,7 @@<br>
    ExtCtrls, StdCtrls, Dialogs,<br>
    // LazControls<br>
    TreeFilterEdit,<br>
-  LazControlDsgn, // move this to lazarus.lpr<br>
+   // LazControlDsgn, // move this to lazarus.lpr<br>
    // IdeIntf<br>
    IDEWindowIntf, IDEOptionsIntf, IDEOptEditorIntf, IDECommands, IDEHelpIntf,<br>
    ProjectIntf, IDEImagesIntf,<br></blockquote><div><br></div><div>I remember that LazControlDsgn required some tweaking but it was a long time ago.</div><div>No recent changes have affected it.</div><div>I just today built Lazarus without problems. I don't know what is causing your errors.</div></div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Last week I had to do a complete clean of Lazarus 2.1 as well, cause it got stuck at startup with 100% CPU usage on one core. I completely cleaned the SVN directory, built from the Makefile and used a new configuration and everything was fine again... </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>