Building release on Windows Vista
Dear WebKit gurus, is it possible to build WebKit on Windows Vista in Release configuration? Both build from Cygwin and VS dies with: c:\WebKit\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x44DA4146 Clean build (wiping off WebKitBuild) has been tried. I git clone'ed rather recent version of WebKit (something two or three hours long from the time this message has been sent). Debug could be built fine from cygwin. Any hints are most appreciated. tia and yours, anton.
I guess you've enabled link time optimization. The lib file is too big. The solution suggested by MS is to split the project. ----- Original Message ----- From: "Anton Muhin" <antonm@chromium.org> To: "webkit-dev Development" <webkit-dev@lists.webkit.org> Sent: Friday, August 21, 2009 12:03 PM Subject: [webkit-dev] Building release on Windows Vista
Dear WebKit gurus,
is it possible to build WebKit on Windows Vista in Release configuration? Both build from Cygwin and VS dies with:
c:\WebKit\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x44DA4146
Clean build (wiping off WebKitBuild) has been tried.
I git clone'ed rather recent version of WebKit (something two or three hours long from the time this message has been sent).
Debug could be built fine from cygwin.
Any hints are most appreciated.
tia and yours, anton. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
One workaround is to use a x64 OS to increase the available address space. On Fri, Aug 21, 2009 at 12:19 PM, Yong Li<yong.li@torchmobile.com> wrote:
I guess you've enabled link time optimization. The lib file is too big. The solution suggested by MS is to split the project.
----- Original Message ----- From: "Anton Muhin" <antonm@chromium.org> To: "webkit-dev Development" <webkit-dev@lists.webkit.org> Sent: Friday, August 21, 2009 12:03 PM Subject: [webkit-dev] Building release on Windows Vista
Dear WebKit gurus,
is it possible to build WebKit on Windows Vista in Release configuration? Both build from Cygwin and VS dies with:
c:\WebKit\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x44DA4146
Clean build (wiping off WebKitBuild) has been tried.
I git clone'ed rather recent version of WebKit (something two or three hours long from the time this message has been sent).
Debug could be built fine from cygwin.
Any hints are most appreciated.
tia and yours, anton. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (3)
-
Anton Muhin
-
Marc-Antoine Ruel
-
Yong Li