Now I am trying to build WebKit (533.0.2) on WinXP (32bit) with VC2005 EE.

However, I encountered LNK1106 error in obj/WebCore/Release/BuildLog.htm.
The disk space is enough (100GB free space).

I have checked previous posting and I added "/expectedoutputsize:120000000"
option in WebCore/WebCore.vcproj/WebCore.vcproj
            <Tool
                Name="VCLibrarianTool"
+                AdditionalOptions="/expectedoutputsize:120000000"
            />

However, it did not fix the issue.

Does anybody know how to fix it?
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to