RESOLVED FIXED 47417
Windows Release build of WebKit fails on 32-bit systems
https://bugs.webkit.org/show_bug.cgi?id=47417
Summary Windows Release build of WebKit fails on 32-bit systems
Adam Roben (:aroben)
Reported 2010-10-08 08:11:03 PDT
The Windows Release build is failing on 32-bit systems again. WebCore has grown so large that the linker can't map it all into virtual memory.
Attachments
Adam Roben (:aroben)
Comment 1 2010-10-08 08:12:21 PDT
I tried consolidating all .cpp files in WebCore/rendering into a RenderingAllInOne.cpp file. This made WebCore.vcproj succeed, but WebKit.vcproj is now failing with this error: 13>fatal error C1083: Cannot open compiler intermediate file: 'h:\cyghome\dev\Build_WebKit\lib\WebCore.lib': Not enough space I then tried also consolidating all .cpp files in WebCore/rendering/style into a StyleAllInOne.cpp, and now WebKit.vcproj says: 10>fatal error C1083: Cannot open compiler intermediate file: 'h:\cyghome\dev\Build_WebKit\lib\WebKitLib.lib': Not enough space
Adam Roben (:aroben)
Comment 2 2010-10-08 08:14:40 PDT
Adam Roben (:aroben)
Comment 3 2010-10-08 08:55:47 PDT
Consolidating all of WebCore/dom in addition to WebCore/rendering seems to have done the trick.
Adam Roben (:aroben)
Comment 4 2010-10-08 09:04:47 PDT
Note You need to log in before you can comment on or make changes to this bug.