[Webkit-unassigned] [Bug 137000] [WinCairo] Compile errors when GStreamer is enabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 23 07:16:44 PDT 2014


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





--- Comment #6 from peavo at outlook.com  2014-09-23 07:16:42 PST ---
(In reply to comment #5)
> 
> Does MSVC compile this?
> 
>     m_context = Context({
>         adoptGRef(g_socket_create_source(socket, condition, socketCancellable)),
>         adoptGRef(g_cancellable_new()),
>         adoptGRef(socketCancellable),
>         nullptr, // voidCallback
>         nullptr, // boolCallback
>         WTF::move(function),
>         WTF::move(destroyFunction)
>     });

No, the error is:

1>..\wtf\gobject\GMainLoopSource.cpp(130): error C2440: 'initializing' : cannot convert from 'initializer-list' to 'WTF::GMainLoopSource::Context'
1>          No constructor could take the source type, or constructor overload resolution was ambiguous

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