Hello,
I am trying to build chromium port of webkit on Mac and facing the
following build failure.
Command used for building: update-webkit --chromium
build-webkit --chromium
ects-normal/i386/WebSystemInterface.o
/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:48:5:
error: use of undeclared identifier 'WKCGContextResetClip'; did you mean
'wkCGContextResetClip'?
INIT(CGContextResetClip);
^
/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm:37:39:
note: expanded from macro 'INIT'
#define INIT(function) wk##function = WK##function
^
<scratch space>:210:1: note: expanded from macro 'WK'
WKCGContextResetClip
^
/Users/mhx348/WebkitBuilds/WebKitChromeBuild/WebKit/Source/WebCore/WebCore.gyp/../../WebKit/chromium/xcodebuild/WebCore.build/DerivedSources/Release/WebCore/WebCoreSystemInterface.h:115:15:
note: 'wkCGContextResetClip' declared here
extern void (*wkCGContextResetClip)(CGContextRef);
^
1 error generated.
Can someone help me to resolve this ?
Thanks
Joe
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help