【发布时间】:2015-11-11 17:56:35
【问题描述】:
我正在尝试使用官方的build scripts 并关注官方的Windows build instructions,将V8 构建为ArangoDB 的一部分。
所有 v8* 目标的编译都失败 (v8-build.bat):
msbuild All.sln /t:v8 /p:Configuration=Release /p:Platform=x64
msbuild All.sln /t:v8_libbase /p:Configuration=Release /p:Platform=x64
msbuild All.sln /t:v8_libplatform /p:Configuration=Release /p:Platform=x64
错误 MSB4057:项目中不存在目标“v8”。
如果我在 Visual Studio 中打开解决方案文件,它看起来像这样:
我可以在 VS 中构建 v8、v8_libbase 和 v8_libplatform。
- Windows 7 64 位
- Visual Studio 2013 Ultimate
- Cygwin 2.2.0
- cmake 3.3.1
【问题讨论】:
标签: visual-studio-2013 compiler-errors v8 arangodb msbuild-target