This is a known issue for gcc (if you wouldn't encounter if you compiled under clang). Anders is working on a fix.
- Ryosuke On Tue, Jan 10, 2012 at 7:13 PM, Joe Thomas <[email protected]> wrote: > Hi, > > Webkit build with revision 104657 fails for me on Mac 10.6 with the > following errors. Build started failing after I updated the code from last > friday. Looks like checkin for > https://bugs.webkit.org/show_bug.cgi?id=75989 causes the issue. > > > /Users/mhx348/SafariWebkit/WebKit/Source/WebKit2/UIProcess/mac/WebProcessProxyMac.mm: > In member function 'void > WebKit::WebProcessProxy::secItemRequest(CoreIPC::Connection*, uint64_t, > const WebKit::SecItemRequestData&)': > /Users/mhx348/SafariWebkit/WebKit/Source/WebKit2/UIProcess/mac/WebProcessProxyMac.mm:82: > error: cannot convert 'WTF::Function<void ()()>' to 'void (^)()' for > argument '2' to 'void dispatch_async(dispatch_queue_s*, void (^)())' > /Users/mhx348/SafariWebkit/WebKit/Source/WebKit2/UIProcess/mac/WebProcessProxyMac.mm: > In member function 'void > WebKit::WebProcessProxy::secKeychainItemRequest(CoreIPC::Connection*, > uint64_t, const WebKit::SecKeychainItemRequestData&)': > /Users/mhx348/SafariWebkit/WebKit/Source/WebKit2/UIProcess/mac/WebProcessProxyMac.mm:131: > error: cannot convert 'WTF::Function<void ()()>' to 'void (^)()' for > argument '2' to 'void dispatch_async(dispatch_queue_s*, void (^)())' > > > === BUILD NATIVE TARGET WebProcess OF PROJECT WebKit2 WITH CONFIGURATION > Release === > Check dependencies > > === BUILD NATIVE TARGET PluginProcessShim OF PROJECT WebKit2 WITH > CONFIGURATION Release === > Check dependencies > > === BUILD NATIVE TARGET PluginProcess OF PROJECT WebKit2 WITH > CONFIGURATION Release === > Check dependencies > > === BUILD AGGREGATE TARGET All OF PROJECT WebKit2 WITH CONFIGURATION > Release === > Check dependencies > ** BUILD FAILED ** > > > The following build commands failed: > WebKit2: > CompileC > /Users/mhx348/SafariWebkit/WebKit/WebKitBuild/WebKit2.build/Release/WebKit2.build/Objects-normal/x86_64/WebProcessProxyMac.o > /Users/mhx348/SafariWebkit/WebKit/Source/WebKit2/UIProcess/mac/WebProcessProxyMac.mm > normal x86_64 objective-c++ com.apple.compilers.gcc.4_2 > (1 failure) > > > Can someone help me to resolve the issue ? > > Thanks > Joe > > > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
