I tried to follow this
guid: https://github.com/v8/v8/wiki/Getting%20Started%20with%20Embedding
Everything seem to work until I get to step 3 where I get the following:
v8 git:(4.8) ✗ g++ -I. hello_world.cpp -o hello_world -Wl,--start-group
out/x64.release/obj.target/{tools/gyp/libv8_{base,libbase,external_snapshot,libplatform},third_party/icu/libicu{uc,i18n,data}}.a
-Wl,--end-group -lrt -ldl -pthread -std=c++0x
clang: error: no such file or directory:
'out/x64.release/obj.target/tools/gyp/libv8_base.a'
clang: error: no such file or directory:
'out/x64.release/obj.target/tools/gyp/libv8_libbase.a'
clang: error: no such file or directory:
'out/x64.release/obj.target/tools/gyp/libv8_external_snapshot.a'
clang: error: no such file or directory:
'out/x64.release/obj.target/tools/gyp/libv8_libplatform.a'
clang: error: no such file or directory:
'out/x64.release/obj.target/third_party/icu/libicuuc.a'
clang: error: no such file or directory:
'out/x64.release/obj.target/third_party/icu/libicui18n.a'
clang: error: no such file or directory:
'out/x64.release/obj.target/third_party/icu/libicudata.a'
Any idea how to get it to work?
--
--
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/d/optout.