qrc_resources.cpp fatal error C1060: compiler is out of heap space
-
Thats weird! I've had memory issues in QRC with images, but with QML code - never. Something else must be causing the problem here.
2 things to try:
- run in single-job mode (no
-j 8
or/MP
, nojom.exe
or whatever - sorry I'm not too Windowsy :P). This should be a bit lighter on memory - try to add QML files one by one - maybe one specific QML file causes this? Maybe it contains some data which triggers the error?
- run in single-job mode (no
-
Ok the error has changed again, now:
C1001: An internal error has occurred in the compiler.
And it stopped on the resource file that contains files that I don't think are relevant:
<RCC> <qresource prefix="/"> <file>distribution_support/qt.conf</file> <file>sortexS_tr.ts</file> <file>sortexS_th.ts</file> <file>sortexS_es.ts</file> <file>sortexS_en.ts</file> <file>sortexS_ru.ts</file> <file>sortexS_fr.ts</file> <file>sortexS_it.ts</file> <file>sortexS_vi.ts</file> <file>sortexS_pt.ts</file> <file>sortexS_kr.ts</file> <file>sortexS_xx.ts</file> <file>sortexS_xy.ts</file> <file>malgun.ttf</file> <file>runui.bat</file> </qresource> </RCC>
-
How heavy are these images ?
How big is these files ? -
Yes, I meant their size.
-
Ok, so nothing really unusual. How big are the generated cpp files ?
-
Sorry, I meant the cpp files generated by rcc.
-
@SGaist , The dimensions of the images again are icon sizes's so all quite small, they're is just a lot of them.