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
V8 with Visual Studio
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jan Berger  
View profile  
 More options Jun 5 2011, 5:24 pm
From: "Jan Berger" <jan.ber...@video24.no>
Date: Sun, 5 Jun 2011 23:24:02 +0200
Local: Sun, Jun 5 2011 5:24 pm
Subject: V8 with Visual Studio

Hi,

I downloaded a version of v8 some time ago that compiles fine with Visual
Studio 2008 and 2010

But, as I checked the last version out it seems that it don't support
project files anymore?

Have anyone compiled the latest version with visual studio 2008 or 2010?

Jan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nat  
View profile  
 More options Jun 5 2011, 9:30 pm
From: Nat <nat.lu...@gmail.com>
Date: Sun, 5 Jun 2011 18:30:45 -0700 (PDT)
Local: Sun, Jun 5 2011 9:30 pm
Subject: Re: V8 with Visual Studio

Now you have to use GYP http://code.google.com/p/gyp/ to generate your
project file


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Berger  
View profile  
 More options Jun 6 2011, 1:16 am
From: "Jan Berger" <jan.ber...@video24.no>
Date: Mon, 6 Jun 2011 07:16:57 +0200
Local: Mon, Jun 6 2011 1:16 am
Subject: RE: [v8-users] Re: V8 with Visual Studio

Does a pre-made GYP script for Visual Studio v8 exist?

  _____  

From: v8-users@googlegroups.com [mailto:v8-users@googlegroups.com] On Behalf
Of Nat
Sent: 6. juni 2011 03:31
To: v8-users@googlegroups.com
Subject: [v8-users] Re: V8 with Visual Studio

Now you have to use GYP http://code.google.com/p/gyp/ to generate your
project file

--
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nat  
View profile  
 More options Jun 6 2011, 2:16 am
From: Nat <nat.lu...@gmail.com>
Date: Sun, 5 Jun 2011 23:16:02 -0700 (PDT)
Local: Mon, Jun 6 2011 2:16 am
Subject: Re: RE: [v8-users] Re: V8 with Visual Studio

Not difficult to build it yourself
~/gyp$ setup.py build install

After you install, you can follow the step in README.
http://code.google.com/p/v8/source/browse/trunk/build/README.txt

However, it doesn't seem to be well maintained. It expects certain third
party files to be in certain location. YMMV


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CodeJunkie  
View profile  
 More options Jun 8 2011, 10:16 pm
From: CodeJunkie <isrne...@gmail.com>
Date: Wed, 8 Jun 2011 19:16:32 -0700 (PDT)
Local: Wed, Jun 8 2011 10:16 pm
Subject: Re: V8 with Visual Studio
I was able to build with Python & scons with 2010 no problem

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

On Jun 5, 2:24 pm, "Jan Berger" <jan.ber...@video24.no> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "V8 (x64) with Visual Studio" by Alejandro F. Reimondo
Alejandro F. Reimondo  
View profile  
 More options Jun 23 2011, 5:18 pm
From: "Alejandro F. Reimondo" <aleReimo...@smalltalking.net>
Date: Thu, 23 Jun 2011 18:18:25 -0300
Local: Thurs, Jun 23 2011 5:18 pm
Subject: V8 (x64) with Visual Studio
Hi,
I am trying to build the "All" solution file for x64
 Visual Studio 2008 express edition.

The command line I tried to build the sln file is
---------------------------------------------------------------------
third_party\python_26\python build/gyp_v8 -Dtarget_arch=x64
---------------------------------------------------------------------
but w/o luck... the solution file produces win32 version
 and there is no report of errors nor warnings
 while building solution file.

I am using an old project file to generate binaries under x64,
 but really want to use the reccomended procedure
 to build the binaries.

I will really appreciate any help in the command line
 I must execute to build a working solution file
 to build samples for x64 under VS 2008 express.

thanks in advance,
Ale.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alejandro F. Reimondo  
View profile  
 More options Jun 30 2011, 12:26 pm
From: "Alejandro F. Reimondo" <aleReimo...@smalltalking.net>
Date: Thu, 30 Jun 2011 13:26:40 -0300
Local: Thurs, Jun 30 2011 12:26 pm
Subject: Re: [v8-users] V8 (x64) with Visual Studio
Noone here building V8 for x64 with Visual Studio 2008 Express?
If you have succeded to build projects to generate samples executable
 for 64bits windows from gyp files... please confirm that it worked for you.
only one line and/or hint about how to build solution file for win 64
 will be appreciated,
Ale.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »