There is no support for building V8 in a cygwin environment. If you want to
use GCC on Windows it should be possible to use the MinGW environment.
Building on MinGW is not tested on a regular basis, so support for it might
be broken. Please note that using MinGW on a Windows installation with
Visual Studio installed will probably cause some problems. You can search
the postings on this list for more information. Also see Also see
Issue 64<http://code.google.com/p/v8/issues/detail?id=64>
.

Regards,
Søren

On Sat, Dec 26, 2009 at 15:23, Stephan Beal <[email protected]> wrote:

> 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
>

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

Reply via email to