libsigc++>=2.5.1 requires "-std=c++11" compiler flag with cmake #144
Labels
No Label
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#144
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When compiling mkxp on Archlinux with libsigc++=2.6.2 build with cmake fails because the "-std=c++11" flag is missing.
Workaround is by adding the flag to the cmake commandline:
From the website of libsigc++ it requires c++11 since version >=2.5.1.