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 _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
