Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461820 - [qt overlay] x11-misc/sddm - cc1plus: error: unrecognized command line option '-std=c++11'
Summary: [qt overlay] x11-misc/sddm - cc1plus: error: unrecognized command line option...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-15 14:40 UTC by Franz Trischberger
Modified: 2013-03-18 11:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Trischberger 2013-03-15 14:40:52 UTC
cc1plus: error: unrecognized command line option '-std=c++11'
c++11 is hardcoded in the CMakeLists.txt. gcc-4.6 seems to not offer the desired features (changing to c++0x fails compilation, too).
IMHO depending on gcc-4.7 is the only solution.
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2013-03-18 11:07:17 UTC
Thanks, I was still working on this, but upstream confirmed this would be a problem. So I've added a dependency on >=gcc-4.7.