It is possible to build the 64bit Windows version on 32bit Windows if you have the 64bit tools installed. Open the Win64 Command prompt or run "vcvarsall.bat amd64" to set up the correct C++ compiler. Type "cl" to see whether the compiler is for 80x64 or x64.
Regards, Søren On Tue, Jan 4, 2011 at 10:43, hua ye <[email protected]> wrote: > Dears, > > I got error when build v8 with scons: > > scons mode=release arch=x64 > > in a 32bit windows machine with vs2005 installed? > > Does this mean I must build v8 in a 64bit machine to get the 64bit library? > > -- > 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
