I am trying to build V8 as part of ArangoDB using the official scripting and after the official assembly instructions for Windows .
Compilation v8-build.bat for all v8 * targets ( 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
error MSB4057: The target project "v8" does not exist in the project.
If I open the solution file in Visual Studio, it looks like this:

I can build v8 , v8_libbase and v8_libplatform just fine in VS.
- Windows 7 64bit
- Visual Studio 2013 Ultimate
- Cygwin 2.2.0
- cmake 3.3.1
visual-studio-2013 v8 compiler-errors msbuild-target arangodb
CoDEmanX Aug 18 '15 at 17:01 2015-08-18 17:01
source share