Juha Manninen via lazarus <lazarus@lists.lazarus-ide.org> schrieb am Fr.,
20. Nov. 2020, 12:24:

> 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.
>

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...

Regards,
Sven

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

Reply via email to