Updates:
Status: Accepted
Owner: [email protected]
Comment #1 on issue 3057 by [email protected]: Compiling getting
started sample code fail
http://code.google.com/p/v8/issues/detail?id=3057
Hmmm, our documentation on https://developers.google.com/v8/get_started
seems to be out of date. The problem you're seeing is caused by the fact
that we build with i18n by default now (via the ICU library), so the
compiler incantation gets even more epic:
g++ -Iinclude hello_world.cc -o hello_world -Wl,--start-group
out/x64.release/obj.target/{tools/gyp/libv8_{base.x64,snapshot},third_party/icu/libicu{uc,i18n,data}}.a
-Wl,--end-group -lrt
@stefanoc: Could you please update the docs? Furthermore, the examples use
some stuff which is deprecated and will soon be removed, so hello_world.cc
will need some minor tweaking, new full version attached, the
top "pseudo-version" should be changed in the same manner.
Attachments:
hello_world.cc 1.1 KB
--
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.