Gopal, PropertyNameArray.h is only available if the engine of choice is JavaScriptCore. Chromium is using V8 so the file included is not available - as the error indicates.
Check the review comments in the bug for more details/hints. Regards, Laszlo ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of ext Gopal Raghavan Sent: Wednesday, November 17, 2010 5:52 PM To: [email protected] Subject: Re: [webkit-dev] [Bug 26083] How to access formatted Java script Console message ? Hi All, My patch failed on cr-linux. I am still setting up my chromium environment to try it out. I would appreciate if some can provide pointers on how to fix this: In file included from WebCore/page/Console.cpp:39: JavaScriptCore/runtime/PropertyNameArray.h:24: fatal error: CallFrame.h: No such file or directory compilation terminated. make: *** [out/Release/obj.target/webcore_remaining/WebCore/page/Console.o] Error 1 make: *** Waiting for unfinished jobs.... I tried both options: #include "PropertyNameArray.h" and #include <runtime/PropertyNameArray.h>. But, looks like it didn't resolve on cr-linux. Regards, -- Gopal -----Original Message----- From: ext [email protected]<mailto:[email protected]> [mailto:[email protected]]<mailto:[mailto:[email protected]]> Sent: Wednesday, November 17, 2010 4:21 PM To: Raghavan Gopal.1 (Nokia-MS/Boston) Subject: [Bug 26083] How to access formatted Java script Console message ? https://bugs.webkit.org/show_bug.cgi?id=26083 --- Comment #17 from WebKit Review Bot <[email protected]<mailto:[email protected]>> 2010-11-17 13:21:06 PST --- Attachment 74128 did not build on chromium: Build output: http://queues.webkit.org/results/6113029 -- Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

