[Webkit-unassigned] [Bug 47239] Generate the messages sent to the WebPageProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 11:02:04 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47239





--- Comment #26 from Csaba Osztrogonac <ossy at webkit.org>  2010-10-07 11:02:03 PST ---
(From update of attachment 70117)
View in context: https://bugs.webkit.org/attachment.cgi?id=70117&action=review

> WebKit2/DerivedSources.pro:56
> +pageproxymessageheader_generator.depends  = $${SRC_ROOT_DIR}/WebKit2/Scripts/generate-messages-header.py $${SRC_ROOT_DIR}/UIProcess/WebPageProxy/WebPageProxy.messages.in

You forgot to add WebKit2 to the path:

pageproxymessageheader_generator.depends = $${SRC_ROOT_DIR}/WebKit2/Scripts/generate-messages-header.py $${SRC_ROOT_DIR}/WebKit2/UIProcess/WebPageProxy/WebPageProxy.messages.in

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list