GNOME Bugzilla – Bug 724303
Fail to build gdlmm with C++11 mode enabled
Last modified: 2014-03-02 14:17:02 UTC
This is a gdlmm build problem, but it should be fixed in gdl. I get the error when building gdlmm with CXX="clang++ -std=c++11 -pedantic": /home/lantw44/gnome/devinstall/include/libgdl-3.0/gdl/gdl-dock-object.h:384:42: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "%s:%d (%s) %s [%p %d%s:%d]: "format, \ ^
Created attachment 269036 [details] [review] Fix build when using C++11 mode
Attachment 269036 [details] pushed as 487562e - Fix build when using C++11 mode Pushed with an improved commit message.