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 753139 - gdlmm should be compiled in C++11 mode because gtkmm requires C++11
gdlmm should be compiled in C++11 mode because gtkmm requires C++11
Status: RESOLVED FIXED
Product: gdl
Classification: Other
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-01 17:02 UTC by Ting-Wei Lan
Modified: 2015-12-07 20:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix compilation with gtkmm 3.17.50 (945 bytes, patch)
2015-08-01 17:05 UTC, Ting-Wei Lan
none Details | Review

Description Ting-Wei Lan 2015-08-01 17:02:58 UTC
Recent updates in gtkmm cause it to require C++11, so it causes error when compiling gdlmm if the compiler doesn't use C++11 by default.
Comment 1 Ting-Wei Lan 2015-08-01 17:05:30 UTC
Created attachment 308616 [details] [review]
Fix compilation with gtkmm 3.17.50

Gtkmm requires C++11 now.
Comment 2 Ting-Wei Lan 2015-12-07 20:46:42 UTC
Already fixed in commit bc271a7.