[webkit-dev] [Bug 26083] How to access formatted Java script Console message ?
laszlo.1.gombos at nokia.com
laszlo.1.gombos at nokia.com
Wed Nov 17 23:04:51 PST 2010
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: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-bounces at lists.webkit.org] On Behalf Of ext Gopal Raghavan
Sent: Wednesday, November 17, 2010 5:52 PM
To: webkit-dev at lists.webkit.org
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 bugzilla-daemon at webkit.org<mailto:bugzilla-daemon at webkit.org> [mailto:bugzilla-daemon at webkit.org]<mailto:[mailto:bugzilla-daemon at webkit.org]>
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 <webkit.review.bot at gmail.com<mailto:webkit.review.bot at gmail.com>> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20101118/f31819a0/attachment.html>
More information about the webkit-dev
mailing list