Re: [v8-users] Problem getting V8 sources

2016-09-20 Thread Jochen Eisinger
To get dll files, you'll need to set component=shared_library in your GYP_DEFINES env variable, or set is_component_build = true in your gn args, depending on which build system you use. On Mon, Sep 19, 2016 at 6:11 AM Ivan Pizhenko wrote: > Thank you Pavel. This may be

Re: [v8-users] Problem getting V8 sources

2016-09-18 Thread Ivan Pizhenko
Thank you Pavel. This may be useful for me. 2016-09-18 10:45 GMT+03:00 Pavel Medvedev : > Hi Ivan, > > I may suggest to try pre-built Nuget packages for V8: > > https://www.nuget.org/packages/v8-v120-x86/ > https://www.nuget.org/packages/v8-v120-x64/ >

Re: [v8-users] Problem getting V8 sources

2016-09-18 Thread Pavel Medvedev
Hi Ivan, I may suggest to try pre-built Nuget packages for V8: https://www.nuget.org/packages/v8-v120-x86/ https://www.nuget.org/packages/v8-v120-x64/ https://www.nuget.org/packages/v8-v140-x86/ https://www.nuget.org/packages/v8-v140-x64/ I have created them recently in order to manage V8 build

Re: [v8-users] Problem getting V8 sources

2016-09-16 Thread Ivan Pizhenko
Still following question: the build has produced me bunch of executables like d8.exe, but I need to embed V8 into my application and therefore I need either DLL or LIB, which are not generated - I have searched x64.release directory for LIB files and all it found are following: options_sources.lib

Re: [v8-users] Problem getting V8 sources

2016-09-16 Thread Ivan Pizhenko
And how to configure build to use exactly VS2013? I have both VS2015 and VS2013 installed on the machine, but I need to use VS2013. However, after I have used python tools/dev/v8gen.py x64.release it seems to generate build parameters that use VS2015. So what do I need to do to point it to the

Re: [v8-users] Problem getting V8 sources

2016-09-16 Thread Ivan Pizhenko
And which previous stable version can be surely built with VS2013? I don't need very latest version, but I need something stable and buildable with VS2013. 2016-09-16 9:35 GMT+03:00 Jochen Eisinger : > Maybe? I'm using vs2015, no idea whether 2013 C++11 support is enough > >

Re: [v8-users] Problem getting V8 sources

2016-09-16 Thread Jochen Eisinger
Maybe? I'm using vs2015, no idea whether 2013 C++11 support is enough Ivan Pizhenko schrieb am Fr., 16. Sep. 2016, 08:30: > Got following output, seems like update succeeded, please confirm. > Will I be able to build it with VS2013 now? > > L:\v8-build>set

Re: [v8-users] Problem getting V8 sources

2016-09-16 Thread Ivan Pizhenko
Got following output, seems like update succeeded, please confirm. Will I be able to build it with VS2013 now? L:\v8-build>set DEPOT_TOOLS_WIN_TOOLCHAIN=0 L:\v8-build>gclient sync Syncing projects: 100% (23/23), done. running 'L:\depot_tools\python276_bin\python.exe

Re: [v8-users] Problem getting V8 sources

2016-09-15 Thread Jochen Eisinger
Please set the env variable DEPOT_TOOLS_WIN_TOOLCHAIN to 0 and try again On Thu, Sep 15, 2016 at 3:44 PM Ivan Pizhenko wrote: > Actually, differs a bit but still similar to previous one. > > -- > -- > v8-users mailing list > v8-users@googlegroups.com >

Re: [v8-users] Problem getting V8 sources

2016-09-15 Thread Ivan Pizhenko
Actually, differs a bit but still similar to previous one. -- -- 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

Re: [v8-users] Problem getting V8 sources

2016-09-15 Thread Ivan Pizhenko
I get the same error: L:\v8-build>L:\\depot_tools\\python276_bin\\python.exe v8/gypfiles/landmines.py Please follow the instructions at https://www.chromium.org/developers/how-tos/build-instructions-windows Traceback (most recent call last): File "v8/gypfiles/landmines.py", line 245, in

Re: [v8-users] Problem getting V8 sources

2016-09-15 Thread Jochen Eisinger
If you manually run L:\\depot_tools\\python276_bin\\python.exe v8/gypfiles/landmines.py what error message do you get? On Wed, Sep 14, 2016 at 4:11 PM Ivan P. wrote: > I am attempting to get V8 sources to build on Windows, using VS2013. OS is > Win2008 Server R2 x64. >

[v8-users] Problem getting V8 sources

2016-09-14 Thread Ivan P.
I am attempting to get V8 sources to build on Windows, using VS2013. OS is Win2008 Server R2 x64. I have downloaded and updated depot_tools. Then I have started new cmd shell and did following: L:\>path L:\depot_tools;%PATH% L:\>mkdir v8-build L:\>cd v8-build L:\v8-build>fetch v8 Running: