at first check  the url document:

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

this way get source is not stable and compiled has error.

svn checkout http://v8.googlecode.com/svn/trunk/ v8 

so you have to find "Stable" source code:
  http://v8.googlecode.com/svn/branches/

 I use 
  svn checkout http://v8.googlecode.com/svn/branches/3.9/ v8_39
 and svn checkout http://v8.googlecode.com/svn/branches/3.8/ v8_38

all compiled success.

 1. my mingw,get from http://tdm-gcc.tdragon.net/download ,use win32 
version.

http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm-gcc-4.7.1-2.exe/download

 2. my python is python 2.6 and with scons 2.1

after source code download,use follow command line .

d:\Python26\Scripts\scons.py mode=release os=win32 toolchain=gcc 
importenv=PATH library=shared snapshot=on I_know_I_should_build_with_GYP=yes

all is ok.




-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to