Comment #8 on issue 429 by gregoire.astruc: x86_64 not detected (patch) http://code.google.com/p/v8/issues/detail?id=429
I was building on win7 and ran into the very same issue.Instead of what jardasmid suggests in comment #7, I did this to do the trick:
def GuessArchitecture(): id = platform.machine().lower() ...I don't believe two architectures would dare differ only by the size of their letters :)
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
