On Sat, Dec 26, 2009 at 2:21 PM, Bryan White <[email protected]> wrote:

> OS_GUESS = utils.GuessOS()
>
> which seems to be returning a non-string result (I am unfamiliar with
> Python or have only used SCons to compile v8 on other platforms).
>

This is just a guess (and i can't stand python), but try changing that to:

OS_GUESS = "cygwin"

Or even:

OS_GUESS = "linux"

???

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to