[webkit-dev] Error compiling WebKit COM part

Rikardo Tinauer rikardo.tinauer at eba.si
Wed Jan 24 01:28:44 PST 2007


I've checked out the code from svn on monday 21st of Jan. I successfully
compiled JavaScriptCore and WebKitCore on Windows XP. But I have problems
compiling WebKit, after some quick fixes of adding some methods to classes
that were obviously forgotten for win32, I got to COM part.

I've got these messages from VC8 compiler:

WebFrame.h: error C2259: 'WebFrameLoaderClient': cannot instantiate abstract
class
<methods listed that should be implemented>

WebFrame.cpp: error C2259: 'ChromeClientWin': cannot instantiate abstract
class
<methods listed that should be implemented>

WebFrame.cpp: error C2259: 'ContextMenuClientWin': cannot instantiate
abstract class
<methods listed that should be implemented>

WebFrame.cpp: error C2259: 'EditorClientWin': cannot instantiate abstract
class
<methods listed that should be implemented>

WebFrame.cpp: error C2259: 'ContextMenuClientWin': cannot instantiate
abstract class
<methods listed that should be implemented>


Is this part of code not yet finished, or did I miss something?

Thnx, Rikardo
-- 
View this message in context: http://www.nabble.com/Error-compiling-WebKit-COM-part-tf3079989.html#a8557285
Sent from the webkit-dev mailing list archive at Nabble.com.




More information about the webkit-dev mailing list