Impossible to compile Webkit on Windows
Hello Probably after changeset:
2006-12-16 Adele Peterson <adele@apple.com> RS by Adam. Removed RenderLineEdit, TextField, WebCoreTextField classes, and use of isNonWidgetTextField,
it's impossible to compile Webkit on Windows :( Errors: RenderLineEdit.cpp c1xx : fatal error C1083: Cannot open source file: '..\..\rendering\RenderLineEdit.cpp': No such file or directory TemporaryLinkStubs.cpp ..\..\platform\win\TemporaryLinkStubs.cpp(80) : fatal error C1083: Cannot open include file: 'TextField.h': No such file or directory FontWin.cpp ..\..\platform\win\FontWin.cpp(51) : error C2039: 'pen' : is not a member of 'WebCore::GraphicsContext' d:\cygwin\home\quiris\Webkit\WebCore\platform\graphics\GraphicsContext.h(81) : see declaration of 'WebCore::GraphicsContext' ..\..\platform\win\FontWin.cpp(51) : error C2228: left of '.color' must have class/struct/union GraphicsContextCairo.cpp ..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C2228: left of '.style' must have class/struct/union type is ''unknown-type'' ..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C2653: 'Pen' : is not a class or namespace name ..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C2065: 'NoPen' : undeclared identifier ..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C3861: 'pen': identifier not found [...] ..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(344) : error C3861: 'pen': identifier not found ..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(345) : error C2228: left of '.width' must have class/struct/union type is ''unknown-type'' ..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(345) : error C3861: 'pen': identifier not found GraphicsContext.cpp ..\..\platform\graphics\GraphicsContext.cpp(344) : error C2761: 'void WebCore::GraphicsContext::setPlatformStrokeColor(const WebCore::Color &)' : member function redeclaration not allowed ..\..\platform\graphics\GraphicsContext.cpp(345) : error C2447: '{' : missing function header (old-style formal list?) -- Regards Robert Błaut
This is a common occurrence for the Windows build right now, but the fix isn't usually too far behind: http://bugs.webkit.org/show_bug.cgi?id=11900 Dave On Dec 20, 2006, at 4:57 PM, Robert Błaut wrote:
Hello
Probably after changeset:
2006-12-16 Adele Peterson <adele@apple.com> RS by Adam. Removed RenderLineEdit, TextField, WebCoreTextField classes, and use of isNonWidgetTextField,
it's impossible to compile Webkit on Windows :(
[...]
-- Regards Robert Błaut
participants (2)
-
David D. Kilzer
-
Robert Błaut