- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试制作一个嵌入 Google 的 V8 Javascript 引擎的简单程序。说明似乎很简单,但我遇到了一个奇怪的链接错误。
我在 Mac OS X 10.9 上,我使用 Xamarin Studio 作为我的 IDE,它似乎使用 g++ 作为编译器。
我使用 instructions on their site 编译了 v8 .具体来说,在所有 make dependencies
之后,我运行了:
make x64.release
这似乎成功完成了。
这是我尝试构建项目时得到的输出:
g++ -o "/Users/mike/Projects/vate/vate/bin/Debug/vate" "/Users/mike/Projects/vate/vate/bin/Debug/hello_world.o" -v -L"/Users/mike/Projects/v8/xcodebuild/Debug" -l"icudata" -l"icui18n" -l"v8_snapshot" -l"icuuc" -l"v8_libbase" -l"v8_base" -l"v8_libplatform" Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)Target: x86_64-apple-darwin13.3.0Thread model: posix "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o /Users/mike/Projects/vate/vate/bin/Debug/vate -L/Users/mike/Projects/v8/xcodebuild/Debug /Users/mike/Projects/vate/vate/bin/Debug/hello_world.o -licudata -licui18n -lv8_snapshot -licuuc -lv8_libbase -lv8_base -lv8_libplatform -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.aUndefined symbols for architecture x86_64: "std::string::c_str() const", referenced from: v8::internal::Logger::SharedLibraryEvent(std::string const&, unsigned long, unsigned long) in libv8_base.a(log.o) "std::allocator::allocator()", referenced from: v8::base::OS::GetSharedLibraryAddresses() in libv8_libbase.a(platform-macos.o) "std::allocator::~allocator()", referenced from: v8::base::OS::GetSharedLibraryAddresses() in libv8_libbase.a(platform-macos.o) "std::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)", referenced from: v8::base::OS::GetSharedLibraryAddresses() in libv8_libbase.a(platform-macos.o) "std::basic_string, std::allocator >::basic_string(std::string const&)", referenced from: v8::base::OS::SharedLibraryAddress::SharedLibraryAddress(v8::base::OS::SharedLibraryAddress const&) in libv8_libbase.a(platform-macos.o) v8::base::OS::SharedLibraryAddress::SharedLibraryAddress(std::string const&, unsigned long, unsigned long) in libv8_libbase.a(platform-macos.o) "std::basic_string, std::allocator >::~basic_string()", referenced from: v8::base::OS::SharedLibraryAddress::~SharedLibraryAddress() in libv8_base.a(log.o) v8::base::OS::GetSharedLibraryAddresses() in libv8_libbase.a(platform-macos.o) v8::base::OS::SharedLibraryAddress::~SharedLibraryAddress() in libv8_libbase.a(platform-macos.o) "std::string::operator=(std::string const&)", referenced from: v8::base::OS::SharedLibraryAddress::operator=(v8::base::OS::SharedLibraryAddress const&) in libv8_libbase.a(platform-macos.o) "std::_Rb_tree_decrement(std::_Rb_tree_node_base*)", referenced from: std::_Rb_tree_iterator >::operator--() in libv8_base.a(allocation-tracker.o) std::_Rb_tree_iterator >::operator--() in libv8_base.a(lithium-codegen.o) std::_Rb_tree_iterator::operator--() in libv8_base.a(verifier.o) std::_Rb_tree_iterator::operator--() in libv8_base.a(instruction.o) std::_Rb_tree_iterator >::operator--() in libv8_base.a(instruction-selector.o) std::_Rb_tree_iterator::operator--() in libv8_base.a(typer.o) std::_Rb_tree_iterator::operator--() in libv8_base.a(graph-visualizer.o) ... "std::_Rb_tree_increment(std::_Rb_tree_node_base const*)", referenced from: std::_Rb_tree_const_iterator >::operator++() in libv8_base.a(lithium.o) std::_Rb_tree_const_iterator::operator++() in libv8_base.a(verifier.o) std::_Rb_tree_const_iterator >::operator++() in libv8_base.a(instruction.o) std::_Rb_tree_const_iterator::operator++() in libv8_base.a(typer.o) std::_Rb_tree_const_iterator::operator++() in libv8_base.a(graph-visualizer.o) "std::_Rb_tree_increment(std::_Rb_tree_node_base*)", referenced from: std::_Rb_tree_iterator >::operator++() in libv8_base.a(allocation-tracker.o) std::_Rb_tree_iterator >::operator++(int) in libv8_base.a(allocation-tracker.o) "std::__throw_length_error(char const*)", referenced from: std::vector >::_M_insert_aux(__gnu_cxx::__normal_iterator > >, v8::base::OS::SharedLibraryAddress const&) in libv8_libbase.a(platform-macos.o) std::vector >::_M_insert_aux(__gnu_cxx::__normal_iterator > >, v8::internal::compiler::Reducer* const&) in libv8_base.a(pipeline.o) std::vector >::_M_fill_insert(__gnu_cxx::__normal_iterator > >, unsigned long, v8::internal::compiler::Node* const&) in libv8_base.a(ast-graph-builder.o) std::vector >::_M_insert_aux(__gnu_cxx::__normal_iterator > >, v8::internal::compiler::Node* const&) in libv8_base.a(ast-graph-builder.o) std::vector >::_M_insert_aux(__gnu_cxx::__normal_iterator > >, v8::internal::compiler::FrameStateDescriptor* const&) in libv8_base.a(instruction.o) std::vector >::_M_insert_aux(__gnu_cxx::__normal_iterator > >, v8::internal::compiler::Node* const&) in libv8_base.a(simplified-lowering.o) std::vector >::reserve(unsigned long) in libv8_base.a(instruction-selector.o) ... "std::__throw_out_of_range(char const*)", referenced from: std::vector >::_M_range_check(unsigned long) const in libv8_base.a(graph-reducer.o) std::vector >::_M_range_check(unsigned long) const in libv8_base.a(ast-graph-builder.o) std::vector >::_M_range_check(unsigned long) const in libv8_base.a(verifier.o) std::vector >::_M_range_check(unsigned long) const in libv8_base.a(verifier.o) std::vector >::_M_range_check(unsigned long) const in libv8_base.a(graph-replay.o) std::vector >::_M_range_check(unsigned long) const in libv8_base.a(js-context-specialization.o) std::vector >::_M_range_check(unsigned long) const in libv8_base.a(graph-builder.o) ... "std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from: std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::erase(std::_Rb_tree_iterator >) in libv8_base.a(allocation-tracker.o) "std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from: std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair const&) in libv8_base.a(allocation-tracker.o) std::_Rb_tree, v8::internal::Handle, std::_Identity >, std::less >, v8::internal::zone_allocator > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, v8::internal::Handle const&) in libv8_base.a(lithium-codegen.o) std::_Rb_tree, std::less, v8::internal::zone_allocator >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, v8::internal::compiler::Node* const&) in libv8_base.a(verifier.o) std::_Rb_tree, std::less, v8::internal::zone_allocator >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, int const&) in libv8_base.a(instruction.o) std::_Rb_tree, std::_Select1st >, std::less, v8::internal::zone_allocator > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair const&) in libv8_base.a(instruction-selector.o) std::_Rb_tree, std::less, v8::internal::zone_allocator >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, v8::internal::compiler::Node* const&) in libv8_base.a(typer.o) std::_Rb_tree, std::less, v8::internal::zone_allocator >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, v8::internal::compiler::Node* const&) in libv8_base.a(graph-visualizer.o) ...ld: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)
我感觉我编译 v8 是错误的,或者可能是针对不同的编译器,但我找不到任何方法来自定义它。还有其他人看到这个吗?
最佳答案
我想通了。我有两个问题:
我对自己实际使用的编译器感到困惑。在 OSX 上,g++ 实际上是符号链接(symbolic link)到 clang++,所以我需要使用 Clang 约定而不是 g++ 来编译 V8
Google 页面上有关使用 clang 进行编译的说明不正确,根据此错误:https://code.google.com/p/v8/issues/detail?id=3072
作为引用,要使用 clang 进行编译,您需要像这样配置您的环境:
export CXX=`which clang++`export CC=`which clang`export CPP="`which clang` -E -std=c++11 -stdlib=libc++"export LINK="`which clang++` -std=c++11 -stdlib=libc++"export CXX_host=`which clang++`export CC_host=`which clang`export CPP_host="`which clang` -E"export LINK_host=`which clang++`export GYP_DEFINES="clang=1 mac_deployment_target=10.9"
然后您可以正常运行您的make whatever
命令。
显然,需要安装 xcode 才能存在 clang 和 clang++。
关于c++ - 尝试嵌入 v8 的链接器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25645304/
序言:重新训练人工智能大型模型是一项复杂且高成本的任务,尤其对于当前的LLM(大型语言模型)来说,全球99.99%的企业难以承担。这是因为模型训练需要巨大的资源投入、复杂的技术流程以及大量的人力支
上一篇:《人工智能是这样理解“情绪”的》 序言:这段话要优化吗?““嵌入”是一种将句子、单词或其他语言单位转换为向量表示的技术。这个向量通常位于高维空间中,它以一种能够表达相似性的方式编码出文本
我正在开发一个小型 Web 应用程序,其中有一个 object 元素(包含一个 embed),用于显示小型文档。 文档可以是 PDF 或纯文本文件 (.txt),我以 base64 字符串的形式从 W
我有一种小型语言,它基本上是 OCaml 的扩展(实际上它是 OCaml 子集的扩展,但这并不重要)。为了简化事情,我有一个“转义”表达式,可以将 OCaml 文字传输到我的语言中(因此您可以将任意
据我所知,我知道 embed tag用于嵌入来自 youtube 等网站的视频,object tag用于 Flash 视频和 video tags下HTML5 .但我很好奇这些标签的深入细节以及作为开
我假设您可以将 WebKit 嵌入到另一个桌面应用程序中并向其发送一个字符串,例如: Hello world! 它将显示在窗口内。 我的问题是,如果我将其压缩表示(JPEG 转储)加载到内存中,我该如
有没有一种可能的方式,我可以从youtube检索我的最新视频的列表(带有缩略图),使用cron作业将嵌入的代码存储在数据库中,这样我就可以在单独的页面上显示视频,而不是将用户引向youtube观看视频
最近我发现我的网站上嵌入的 YouTube 视频存在问题 - 全屏按钮不再起作用。确实有过一次。该按钮是可见的,但单击时没有任何反应。 我正在使用 Youtube Javascript API 将视频
在 Keras 内置函数中嵌入使用哪种算法?Word2vec?手套?其他? https://keras.io/layers/embeddings/ 最佳答案 简短的回答是都不是。本质上,GloVe 的
在 LSTM 上用于建模 IMDB 序列数据 ( https://github.com/fchollet/keras/blob/master/examples/imdb_lstm.py ) 的 ker
在机器学习中,通常用 one-hot-encoding 表示分类(特别是:名义)特征。 .我正在尝试学习如何使用 tensorflow 的嵌入层来表示分类问题中的分类特征。我有 tensorflow
我有一个使用 Storyboard的应用程序,我想在我的主视图中有一个 View ,并让它在场景中的不同 View 之间切换。 所以目前我有“容器对象”,我可以在其中嵌入另一个 viewControl
在我的项目中我遇到了这样的情况。 function fonsubmit() { alert('Out side PHP'); //Here the php code starts
我正在尝试添加一个JFileChooser,它选择父目录并允许用户输入文件名称。我知道 showSaveDialog 和 showOpenDialog 方法,但我不想创建新窗口。 这是我到目前为止所拥
我注意到我的网站创建了这样的链接:www.domain.com/post-name/embed/ 恐怕这可能会影响 SEO。是否可以禁用此功能? 最佳答案 显然这是默认的 WordPress 行为。此
我试图从 C 代码调用 python 函数,我遵循了 here 中的示例 我也有正确的包含文件目录、库目录和链接 python32.lib(我使用 python 32)但是错误是 python/C A
我正在使用基于云的 EDR 平台来监控客户端受损网络上发生的进程。我最近经常看到的是使用选项“-Embedding”调用的 msiexec.exe C:\Windows\System32\MsiExe
我有一个列表,其中包含数百万个需要嵌入的句子。我正在使用 Flair以此目的。这个问题似乎应该是并行的。但是,当我尝试优化时,我的性能要么没有提高,要么只是停滞不前。 我将我的句子定义为一个简单的字符
我想在我的应用程序中添加嵌入的 YouTube 视频:我该怎么做?我有这个 import 'package:youtube_player/youtube_player.dart'; import 'p
我有 json 看起来像: myjson = {"queries":{"F.SP": 27}} 所以与 queryResults = JObject.Parse(jsonString) 我可以 fir
我是一名优秀的程序员,十分优秀!