Martin Frb via Lazarus
2018-05-13 12:05:32 UTC
Hi,
Using trunk lazarus r57911 and fpc-3.0.4 (32 bit), Windows 10.
When rebuilding ide from lazarus got "No memory left" while linking IDE.
I have bunch of 3rd party packages so I guess that too many units
triggers this error since "make bigide" from cmd works fine.
With fpc-3.0.0 everything works fine. Both win32 and win32-qt shows
same error.
Does anybody have such problem ? Is there any way to fix it ?
Does 3.1.1 trunk have such problem ?
I have that issue, too. It happens on the 32-bit IDE only, when "many"Using trunk lazarus r57911 and fpc-3.0.4 (32 bit), Windows 10.
When rebuilding ide from lazarus got "No memory left" while linking IDE.
I have bunch of 3rd party packages so I guess that too many units
triggers this error since "make bigide" from cmd works fine.
With fpc-3.0.0 everything works fine. Both win32 and win32-qt shows
same error.
Does anybody have such problem ? Is there any way to fix it ?
Does 3.1.1 trunk have such problem ?
packages are installed. Since I work on the JVCL port which consists
of a lot of packages, this happens regularly. I have to remove other
packages to get some memory back.
https://forum.lazarus.freepascal.org/index.php/topic,40351.0.html. If
I read correctly they seemed to fix the issue by a modified pp.pas
(reply -62), I did not test it myself, though.
--