[webkit-help] I need help in building webkit wincairo

Brent Fulgham bfulgham at gmail.com
Thu Oct 6 21:27:38 PDT 2011


Hi,

Thanks for figuring this out!

> (2011/10/04 0:19), Adam Roben wrote:
>> On Oct 3, 2011, at 5:43 AM, Kunio Yamazaki wrote:
>> 
>> Something is causing the WinCairo build to try to link against WebKitQuartzCoreAdditions.lib.
> 
> The place which was being investigated about the link error of WebKit wincario build,
> In /Source/WebKit2/DerivedSources.make,
> If ./include/WebKitQuartzCoreAdditions/WebKitQuartzCoreAdditionsBase.h is contained in WebKitSupportLibrary,
> #define HAVE_WKQCA 1 is defined as HeaderDetection.h. 
> 
> The newest WebKitSupportLibrary was checked and WebKitQuartzCoreAdditionsBase.h was contained. 
> It checked that "#define HAVE_WKQCA 1" was defined with HeaderDetection.h. 

I've filed a bug (https://bugs.webkit.org/show_bug.cgi?id=69600) about this.  I was not seeing the error because I hadn't been good about staying up to date with the Apple webkit support libraries.

When I cleared out everything on my build machine today, I started getting the error, too.

You can obviously work around this issue by renaming that file.

Thanks,

-Brent


More information about the webkit-help mailing list