On Oct 3, 2011, at 5:43 AM, Kunio Yamazaki wrote: > I am trying to build the wincairo version with the source of webkit r96399. > Development environment is [ Window + cygwin + vs2005 ES(Sp1) ] > > However, the error same as a release and debug build was outputted. > > WKCACFViewWindow.obj : error LNK2001: external symbol > "__imp__WKCACFViewUpdate" is unresolved. > WKCACFViewWindow.obj : error LNK2001: external symbol "__imp__WKCACFViewDraw" > is unresolved. > WKCACFViewWindow.obj : error LNK2001: external symbol > "__imp__WKCACFViewDrawIntoDC" is unresolved. > E:\WebKit\WebKitBuild\Debug_Cairo_CFLite\bin\WebKit_debug.dll : fatal error > LNK1120: > > How can I fix that errors?
Something is causing the WinCairo build to try to link against WebKitQuartzCoreAdditions.lib. I don't think the WinCairo port should be using that library. Brent Fulgham might have some ideas as to why this is happening. -Adam _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
