Re: [v8-users] Error building v8 on Windows.

2014-02-24 Thread Jane Chen
Hi, I got v8 to compile on Windows using Visual Studio. Whether I use: build/gyp_v8 or build/gyp_v8 -Dtarget_arch=x64 -Dcomponent=shared_library the output libraries are not .dll. $ ls -l build/Debug/lib total 286136 -rwxr-xr-x 1 jchen Domain Users636933 Feb 24 10:22 icui18n.exp

Re: [v8-users] Error building v8 on Windows.

2014-02-20 Thread Jakob Kummerow
Note that Cygwin is unsupported -- if it works, that's great; if it doesn't, tough luck. Looks like ICU requires something that your Cygwin doesn't have. You can try to figure out what that is and how to install it in Cygwin, or you can try building without i18nsupport and see if that works

Re: [v8-users] Error building v8 on Windows.

2014-02-20 Thread Jane Chen
Jacob, Thanks for your reply. If cygwin is not supported, what am I supposed to use? Visual Studio? Jane On Thursday, February 20, 2014 4:20:25 AM UTC-8, Jakob Kummerow wrote: Note that Cygwin is unsupported -- if it works, that's great; if it doesn't, tough luck. Looks like ICU

Re: [v8-users] Error building v8 on Windows.

2014-02-20 Thread Jakob Kummerow
On Thu, Feb 20, 2014 at 5:17 PM, Jane Chen jxche...@gmail.com wrote: Jacob, Thanks for your reply. If cygwin is not supported, what am I supposed to use? Visual Studio? Yes. The Express version should be sufficient. I think even just the compiler from the Windows SDK should be enough to

[v8-users] Error building v8 on Windows.

2014-02-19 Thread Jane Chen
I'm having problem building v8 on Windows in cygwin. Here are the steps I followed: $ svn co http://v8.googlecode.com/svn/branches/3.24 v8 $ cd v8 $ svn co http://gyp.googlecode.com/svn/trunk build/gyp $ svn co --force https://src.chromium.org/chrome/trunk/deps/third_party/icu46