[webkit-gtk] Build error while removing Custom Bindings

Sergio Villar Senin svillar at igalia.com
Wed Mar 14 12:57:38 PDT 2012


En 13/03/12 12:30, Vineet Chaudhary escribiu:

> Now it is building on mac port(JS) as well as for chrome port(V8) but
> failed for gtk.
> Full Build log @ : http://queues.webkit.org/results/11945388
> 
> error it gives::   "./DerivedSources/webkit/WebKitDOMConsole.h:77:1:
> error: unknown type name 'WebKitDOMArray'"
> 
> Please can someone correct me what I am missing in the patch or help me
> to understand this error?

That's most likely happening because some API returning a WebKitDOMArray
is generated but the type is not defined. That happens with conditional
IDLs. See https://bugs.webkit.org/show_bug.cgi?id=79375

BR


More information about the webkit-gtk mailing list