Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.4.1, 5.5.0
-
None
-
Mac OSX 10.11 Beta (15A215h) & Homebrew
Description
qt5 fails to build version 5.5.0 using Homebrew on OSX 10.11:
lalr.cpp:241:1: error: declaration of anonymous struct must be a definition struct _Nullable: public std::unary_function<Name, bool> ^ lalr.cpp:241:56: error: expected unqualified-id struct _Nullable: public std::unary_function<Name, bool> ^ lalr.cpp:303:98: error: expected expression NameList::iterator nn = std::find_if (rule->rhs.begin (), rule->rhs.end (), std::not1 (_Nullable (this))); ^ lalr.cpp:638:107: error: expected expression NameList::iterator first_not_nullable = std::find_if (dot, rule->rhs.end (), std::not1 (_Nullable (this))); ^
Here's the full log: http://pastebin.ca/3071408
And here's the bug report @ homebrew: https://github.com/Homebrew/homebrew/issues/42014