Hello. I'm trying to build libraries for my c++ projects. What I've already did: Downloaded latest depot_tools. cd C:\depot_tools fetch v8 cd v8 set DEPOT_TOOLS_WIN_TOOLCHAIN=0 set GYP_MSVS_VERSION=2013 set GYP_GENERATORS=msvs gclient sync python gypfiles\gyp_v8 It gives me ,SLN files in *v8/gypfiles* When I try to compile it fails with much errors like *cmd.exe exited with code 127; link error v8_base_0.lib* etc I tried to compile with ninja: ninja -C out/Release But no lib files ( such as v8.lib, v8_libplatform)
-- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
