[webkit-dev] Impossible to compile Webkit on Windows

Robert Błaut robert.blaut at gmail.com
Wed Dec 20 14:57:00 PST 2006


Hello

Probably after changeset:

> 2006-12-16  Adele Peterson  <adele at 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



More information about the webkit-dev mailing list