GNOME Bugzilla – Bug 767578
Qt-GStreamer not compiling with Clang 3.8
Last modified: 2016-06-13 09:03:34 UTC
Created attachment 329650 [details] [review] fix That's the error messages: /home/apol/devel/frameworks/qt-gstreamer/elements/gstqtvideosink/gstqtquick2videosink.cpp:251:51: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] GST_TRACE_OBJECT(self, "Posting new buffer (%"GST_PTR_FORMAT") for rendering.", buffer); Patch attached.
And how does the CMakeLists.txt change relate to this? It looks like it's for another issue. Could you provide a patch in git format-patch format please?
Created attachment 329668 [details] [review] formatted patch The cmake change is indeed unrelated.
Thanks a lot, pushed: commit fc159e5c4c8ffeabdc7319514c6bb19c9c9e1d3b Author: Aleix Pol <aleixpol@kde.org> Date: Mon Jun 13 10:36:34 2016 +0200 Fix build with Clang 3.8 error: invalid suffix on literal; C++11 requires a space between literal and identifier https://bugzilla.gnome.org/show_bug.cgi?id=767578 If the cmake thing is something that needs fixing upstream as well, please file another bug or re-open this one, thanks!