Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion js2c.py throws error message

Received: by 10.236.190.73 with SMTP id d49mr510481yhn.94.1303982829138;
        Thu, 28 Apr 2011 02:27:09 -0700 (PDT)
X-BeenThere: v8-users@googlegroups.com
Received: by 10.150.101.19 with SMTP id y19ls1196318ybb.5.gmail; Thu, 28 Apr
 2011 02:27:06 -0700 (PDT)
Received: by 10.150.254.16 with SMTP id b16mr372602ybi.49.1303982826504;
        Thu, 28 Apr 2011 02:27:06 -0700 (PDT)
Received: by 10.150.254.16 with SMTP id b16mr372601ybi.49.1303982826464;
        Thu, 28 Apr 2011 02:27:06 -0700 (PDT)
Return-Path: <a...@google.com>
Received: from smtp-out.google.com (wpay12.hot.corp.google.com [172.24.198.12])
        by gmr-mx.google.com with ESMTPS id w4si506820ybi.2.2011.04.28.02.27.06
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 28 Apr 2011 02:27:06 -0700 (PDT)
Received-SPF: pass (google.com: domain of a...@google.com designates 172.24.198.12 as permitted sender)
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of a...@google.com designates 172.24.198.12 as permitted sender) smtp.mail=a...@google.com; dkim=pass (test mode) header...@google.com
Received: from kpbe11.cbf.corp.google.com (kpbe11.cbf.corp.google.com [172.25.105.75])
	by smtp-out.google.com with ESMTP id p3S9R6mv020842
	for <v8-users@googlegroups.com>; Thu, 28 Apr 2011 02:27:06 -0700
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta;
	t=1303982826; bh=u2AoQg925GcJVhp9dWusQlnI32s=;
	h=MIME-Version:Sender:In-Reply-To:References:Date:Message-ID:
	 Subject:From:To:Content-Type;
	b=jGbNeTCU3Oos7GuWV47e/4K7D6ocucRGzgdJ07vriHniOvlg/NvDOAlM7Lsv4xYke
	 3blIRkhdfla2OUVnNC3OQ==
Received: from qwf6 (qwf6.prod.google.com [10.241.194.70])
	by kpbe11.cbf.corp.google.com with ESMTP id p3S9R4p0000914
	(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT)
	for <v8-users@googlegroups.com>; Thu, 28 Apr 2011 02:27:04 -0700
Received: by qwf6 with SMTP id 6so1521410qwf.2
        for <v8-users@googlegroups.com>; Thu, 28 Apr 2011 02:27:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=beta;
        h=domainkey-signature:mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        bh=FepcvEBv0RoxxsHsA1uUTPRtpdk7YtWZjXY/4tdZxiQ=;
        b=Mq/Q0u3pnKiuiK3DSpa6jhLN3vhidiO2EhR/J/3oMhehpkjes1AmQRK/rEnt5hGKcH
         +wuAZOXxZh3OV9ysohBA==
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=google.com; s=beta;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        b=iKBxz9YuvyZ6E09yOlC41yMXQ+w9vgnCag8o2pmD3W2urkud43uaccFP7w37SZwodJ
         xA6vNb4fUtTpIOA4aboA==
MIME-Version: 1.0
Received: by 10.229.63.69 with SMTP id a5mr2652494qci.94.1303982824228; Thu,
 28 Apr 2011 02:27:04 -0700 (PDT)
Sender: a...@google.com
Received: by 10.229.7.11 with HTTP; Thu, 28 Apr 2011 02:27:04 -0700 (PDT)
In-Reply-To: <0015173ff9048ca16d04a1f6c...@google.com>
References: <0015173ff9048ca16d04a1f6c...@google.com>
Date: Thu, 28 Apr 2011 11:27:04 +0200
Message-ID: <BANLkTi=qt+-Z4jk9u2sfGsJRJM=t9e_...@mail.gmail.com>
Subject: Re: Re: Re: [v8-users] js2c.py throws error message
From: Mads Sig Ager <a...@chromium.org>
To: v8-users@googlegroups.com
Content-Type: multipart/alternative; boundary=0016e6509fa208071e04a1f72948
X-System-Of-Record: true

--0016e6509fa208071e04a1f72948
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

http://code.google.com/p/v8/wiki/BuildingOnWindows

Cheers,    -- Mads

On Thu, Apr 28, 2011 at 11:00 AM, <mathewc...@gmail.com> wrote:

> My V8 revision: 7697
> Does anyone know how to compile v8 code on Windows?
>
>
> On Apr 28, 2011 4:50pm, S=F8ren Gjesse <sgje...@chromium.org> wrote:
> > Hi,
> >
> > I am afraid that the Visual Studio project files in the
> tools/visual_studio directory has not been updated recently, and therefor=
e
> are not really usable. We are planning to remove these files and instead
> support generating Visual Studio files from GYP files in the same way as =
is
> used by Chromium.
> >
> >
> >
> >
> > To generate Visual Studio project files from GYP take a look at the
> README.txt in the build directory.
> >
> >
> > Sorry for the inconvenience.
> >
> >
> > Note that SCons is still the main build tool for V8.
> >
> >
> >
> >
> > Regards,
> > S=F8ren
>
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
>

--0016e6509fa208071e04a1f72948
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<a href=3D"http://code.google.com/p/v8/wiki/BuildingOnWindows">http://code.=
google.com/p/v8/wiki/BuildingOnWindows</a><div><br></div><div>Cheers, =A0 =
=A0-- Mads<br><br><div class=3D"gmail_quote">On Thu, Apr 28, 2011 at 11:00 =
AM,  <span dir=3D"ltr">&lt;<a href=3D"mailto:mathewc...@gmail.com">mathewch=
a...@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">My V8 revision: 7697<br>Does anyone know ho=
w to compile v8 code on Windows?<div class=3D"im"><br><br>On Apr 28, 2011 4=
:50pm, S=F8ren Gjesse &lt;<a href=3D"mailto:sgje...@chromium.org" target=3D=
"_blank">sgje...@chromium.org</a>&gt; wrote:<br>
&gt; Hi,<br>&gt; <br>&gt; I am afraid that the Visual Studio project files =
in the tools/visual_studio directory has not been updated recently, and the=
refore are not=A0really=A0usable. We are planning to remove these files and=
 instead support generating Visual Studio files from GYP files in the same =
way as is used by Chromium.<br>
&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; To generate=A0Visual Studio projec=
t files from GYP take a look at the README.txt in the build directory.<br>&=
gt; <br>&gt; <br>&gt; Sorry for the inconvenience.<br>&gt; <br>&gt; <br>&gt=
; Note that SCons is still the main build tool for V8.<br>
&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; Regards,<br>&gt; S=F8ren

<p></p></div>

-- <br><div><div></div><div class=3D"h5">
v8-users mailing list<br>
<a href=3D"mailto:v8-users@googlegroups.com" target=3D"_blank">v8-users@goo=
glegroups.com</a><br>
<a href=3D"http://groups.google.com/group/v8-users" target=3D"_blank">http:=
//groups.google.com/group/v8-users</a></div></div></blockquote></div><br></=
div>

--0016e6509fa208071e04a1f72948--