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.

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to