[Webkit-unassigned] [Bug 116609] [Qt][Win] r150484 broke the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 08:22:04 PDT 2013


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





--- Comment #9 from Balazs Kelemen <kbalazs at webkit.org>  2013-05-23 08:20:33 PST ---
(In reply to comment #7)
> Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:
> ...
> #if PLUGIN_ARCHITECTURE(X11)
>     static bool scanPlugin(const String& pluginPath);
> #endif
> ...
> 
> So it seems you only need to add similar #if guard. I bet in this case 
> plugins won't work at all ... but at least WebKit2 will be buildable. :)

The code we have for plugins is only for X11. AFAIK Qt-WK2 has no plugin support on Windows currently, and there is not even a native Windows implementation for WebKit2 that can be simply reused. Fixing the build is a matter of adding guards for these files (rather in the files than in the build system but it's your choice). I believe IRC is a more efficient channel to resolve such not too complex problems :)

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