Hi
Thanks for your response.
On Thu, Oct 3, 2013 at 10:35 PM, Louis Santillan <
lpsa...@gmail.com> wrote:
> 1) gyp is a hard dependency. ICU is not. I'm not aware of gyp being
> available as a stand alone package on any Linux I use.
Ubuntu
https://launchpad.net/ubuntu/+source/gyp
Arch
https://aur.archlinux.org/packages/gyp-svn/
Homebrew formula, although not accepted
https://github.com/mxcl/homebrew/pull/11776
> Personally, I
> hate it. I wish Chromium/v8 team would go to a plain Makefile build
> system. But, its their project, not mine. Use the following in your
> v8 pull folder to get around having to do a 'make dependencies':
> svn co
http://gyp.googlecode.com/svn/trunk build/gyp
>
> 2) Most of your questions about ICU are answered here
> <
https://code.google.com/p/v8/wiki/I18NSupport>. The short, you can
> use
> make use_system_icu=1
> or
> make i18nsupport=off
Thanks for the document. I tried both options. i18nsupport=off works
fine, but use_system_icu=1 does not do what I expect. use_system_icu=1
still compiles third_party/icu and link libv8.so against icu 46:
$ nm src/v8-3.22.7/out/x64.release/lib.target/libv8.so | grep -w U | grep icu
U _ZN6icu_4610DateFormat19getAvailableLocalesERi
U _ZN6icu_4611FormattableC1Ev
U _ZN6icu_4611FormattableD1Ev
U _ZN6icu_4611StringPieceC1EPKc
............
> You received this message because you are subscribed to a topic in the Google Groups "v8-users" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/v8-users/NK4yYCo6JUk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
v8-users+u...@googlegroups.com.