Re: [v8-users] Building v8

2016-09-16 Thread Furious Scissors
Ok - i'll try and give that a shot. Are there any plans on upgrading the Embedded Guide to something more recent than v4.8? If I work this out - would I be able to contribute to the wiki to update it for everyone else? On Thursday, September 15, 2016 at 10:11:01 PM UTC-7, Jochen Eisinger wrote:

Re: [v8-users] Building v8

2016-09-16 Thread Andre Cunha
Hi, Is there an option to build a shared version of libplatform? I'm upgrading a project I'm working on from v8 5.3 (with static linking) to 5.4 (with dynamic linking), and I use libplatform. I used to link against libv8_libplatform.a, but now I cannot find an option in gn that automatically

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] Modules and TypeScript in plain V8 embedding Project

2016-09-16 Thread Ben Noordhuis
On Fri, Sep 16, 2016 at 7:30 AM, wrote: > I know that V8 doesn't support typescript. My question is, is it possible to > use typescript and compile it to javascript that V8 does understand. I mean > if I use typescript and for example modules in typescript and typescript

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