the msvs-ninja gyp generator only creates an VS project that is suitable
for browsing and editting the sources, but not for compiling. If you want
to compile with MSVS, set the GYP_GENERATOR to msvs only.

On Fri, Sep 2, 2016 at 5:31 PM Илья Королевский <skrea...@gmail.com> wrote:

> Hello. Im so confused. I've spent two week trying to build lib files for
> my project. What I did:
>
>    1. unzipped depot_tools
>    2. added depot_tools to Path var
>    3. cd depot_tools
>    4. set GYP_MSVS_VERSION=2015
>    5. set DEPOT_TOOLS_WIN_TOOLCHAIN=0
>    6. fetch v8
>    7. gclient sync
>    8. cd v8
>    9. gclient sync
>    10. set GYP_GENERATORS=msvs-ninja
>
>
>
> Then I open src/v8.sln, build v8 project (Debug.x86)
> Then I get files in out/Debug
>
>    1. v8_base_0.lib
>    2. v8_base_1.lib
>    3. v8_base_2.lib
>    4. v8_base_3.lib
>    5. v8_external_snapshot.lib
>    6. v8_libbase.lib
>    7. v8_libplatform.lib
>    8. v8_libsampler.lib
>    9. v8_nosnapshot.lib
>
>
> I get this errors
>
>
> <http://puu.sh/qXskk/03daaf943d.png>
>
> Release.x86 error
>
> <http://puu.sh/qXsnc/16e0b4a210.png>
>
> Release.x64 errors
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to