Summary: | net-libs/webkit-gtk-2.4.3 with sys-devel/gcc-4.8.2 - You need at least GCC 4.7.x or Clang >= 3.3 for C++11-specific compiler flags | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Henry Wertz <hwertz10> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Henry Wertz
2014-06-11 16:15:56 UTC
I guess the die() message could use improvement. The test isn't about versions but about a specific feature. The check is looking for the needed feature: if ! test-flag-CXX -std=c++11; then die "You need at least GCC 4.7.x or Clang >= 3.3 for C++11-specific compiler flags" fi not for any specific version (In reply to Pacho Ramos from comment #2) > The check is looking for the needed feature: > if ! test-flag-CXX -std=c++11; then > die "You need at least GCC 4.7.x or Clang >= 3.3 for > C++11-specific compiler flags" > fi > > not for any specific version The test looks ok to me, maybe something is strange in your gcc-4.8 build (or don't have it selected properly) I solved with gcc-config -f I hope it is of help. Try: gcc-config -f YourChoise..... I can't see anything wrong in our test |