http://bugs.winehq.org/show_bug.cgi?id=21890
Summary: running vc2005: compiler is out of heap space Product: Wine Version: 1.1.39 Platform: x86 URL: http://www.ghostscript.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: htl10@users.sourceforge.net
with VC2005 express (installed with winestricks), following the build instruction for ghostscript ("nmake -f psi/msvc32.mak"), VC2005 aborts after compiling about 50 files with:
c1 : fatal error C1060: compiler is out of heap space NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.EXE"' : return code '0x2' Stop.
typing "nmake -f psi/msvc32.mak" again compiles another file and then again the same message.
Using VC2008 (win7 sdk) under wine goes a lot further until encounting bug 21394 (which I filed a bit earlier but can be worked around); Obviously vc2005 works under real windows to build ghostscript, because this is actually what the dev team uses (VC2008 is not).
So this looks to be a bad interaction between VC2005 and wine.
I ain't going to look much further since building ghostscript with VC2008 works, but I hope somebody looks into the heap problem with building with VC2005 and maybe it would benefit wine in general.