All trunk revisions compile fine, if you follow the official build
instructions.

You have discovered the fact that building with Scons used to work in the
past, but is not supported anymore.

Please be aware that the 3.9 branch is about one year old, is a lot slower
than more recent versions, contains known bugs, and has not had security
fixes back-merged to it for many months. I strongly recommend not to use it.


On Fri, Mar 8, 2013 at 3:56 AM, William Wang <william.w...@gmail.com> wrote:

> 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
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to