[v8-users] Re: Building v8 with Visual Studio 2015 on Windows 10

2017-03-30 Thread Gautham B A
Yes. They're separate commands. Thanks, I didn't notice that. On Friday, 31 March 2017 04:09:44 UTC+5:30, james@lafargeholcim.com wrote: > > This is not correct: fetch v8git checkout branch-heads/4.8 > > Since one cannot fetch "v8git" I assume you meant two separate lines there: > > fetch v8

[v8-users] Re: Building v8 with Visual Studio 2015 on Windows 10

2017-03-30 Thread james.wilkins via v8-users
This is not correct: fetch v8git checkout branch-heads/4.8 Since one cannot fetch "v8git" I assume you meant two separate lines there: fetch v8 git checkout branch-heads/4.8 ;) On Sunday, March 5, 2017 at 12:56:15 AM UTC-5, Gautham B A wrote: > > Hi all, > > I was able to build v8 (branch 4.8)

Re: [v8-users] ICU problem

2017-03-30 Thread Nicolò Cavalleri
Actually the problem was that I forgot to use circular dependencies, as it's almost the first time I am programming seriously in Linux (in Windows this is done automatically). Thank you for the support anyway! -- -- v8-users mailing list v8-users@googlegroups.com