Comment #3 on issue 773 by spotrh: Cannot build d8 on linux by default http://code.google.com/p/v8/issues/detail?id=773
Alternately, you could just force the input to reversed() to be a sequence like this:
- for name_pattern, macro in reversed(macros): + for name_pattern, macro in reversed(list(macros)): -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
