[Webkit-unassigned] [Bug 55719] [Qt][WK2] Make Qt port compiling with ENABLE_PLUGIN_PROCESS=1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 23:55:02 PST 2011


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





--- Comment #40 from Oleg Romashin (:romaxa) <romaxa at gmail.com>  2011-03-10 23:55:02 PST ---
Created an attachment (id=85440)
 --> (https://bugs.webkit.org/attachment.cgi?id=85440&action=review)
Build log

Not sure where is exactly problem, but I found that when we compiling UIProcess or WebProcess stuff then WebKit2 includes are in first place, but when we compiling PluginProcess stuff then WebKit includes (as well config.h) are not available in first place and WebCore stuff overriding config.h from webkit2 subfolder...
as result we are getting build error in attachment...

Fast fix is to copy PLUGIN_ARCHITECTURE stuff to webcore/config.h but that is wrong because I don't understand why in pluginProcess includes order are different comparing to WebProcess or UIProcess 
..
I tried to compare .pri/pro files and did not found what is the difference...
any ideas what is wrong here?

-- 
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