Comment #2 on issue 2992 by [email protected]: v8 (x64) not compiling under cygwin64
http://code.google.com/p/v8/issues/detail?id=2992

I found out what was going wrong. Here's the steps if you want to build on Windows (using cygwin64).

1). cygwin64
git clone git://github.com/v8/v8.git v8 && cd v8

2). cygwin64
svn co http://gyp.googlecode.com/svn/trunk build/gyp

3). cygwin64
svn co https://src.chromium.org/chrome/trunk/deps/third_party/icu46 third_party/icu

4). cygwin64
svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111 third_party/python_26

5). cygwin64
svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin@66844 third_party/cygwin

6). Download and install Python (make sure it adds python.exe to PATH during install)
http://www.python.org/download/

7). MS-DOS prompt (goto the the directory where v8 is located e.g. cd c:\blah\v8)
python build\gyp_v8

8). cygwin64
third_party/python_26/python.exe build/gyp_v8 -Dtarget_arch=x64

9). MS-DOS prompt - (replace "9.0" with your version etc.
"c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" /build Release build\All.sln

You should be able to build now and if anything fails; Make sure you've done a full cygwin64 install. Especially make sure you installed everything under the "dev"/"devel" category.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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