After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724095 - Fail to build with C++11 mode enabled
Fail to build with C++11 mode enabled
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
3.11.x
Other FreeBSD
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-11 04:36 UTC by Ting-Wei Lan
Modified: 2014-02-11 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build when using C++11 mode (588 bytes, patch)
2014-02-11 04:36 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2014-02-11 04:36:25 UTC
Created attachment 268752 [details] [review]
Fix build when using C++11 mode

I get the error when building gjs with CXX="clang++ -std=c++11".

totemPlugin.cpp:169:15: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  "Quicktime/"TOTEM_NARROWSPACE_VERSION;
              ^
Comment 1 Ting-Wei Lan 2014-02-11 04:37:03 UTC
Sorry for the copy-and-paste. It is totem, not gjs.