Re: [v8-users] ICU data file missing?

2017-10-01 Thread Ben Noordhuis
On Mon, Oct 2, 2017 at 8:27 AM, Gautham B A wrote: > I'm trying to do the same with v8 5.9.211 on Windows and I have some > problems. > I created a new Visual Studio 2015 project and added hello-world.cc as its > source. I setup the include and lib directories in project configuration and > it bui

Re: [v8-users] ICU data file missing?

2017-10-01 Thread Gautham B A
I'm trying to do the same with v8 5.9.211 on Windows and I have some problems. I created a new Visual Studio 2015 project and added hello-world.cc as its source. I setup the include and lib directories in project configuration and it builds without any warnings/errors. As suggested in the Gettin

Re: [v8-users] ICU data file missing?

2017-03-13 Thread Jane Chen
I used to do it without specifying the file path for icudtl.dat. Now I realize it's required. So passing in the file path fixed it. Thanks a lot! On Sunday, March 12, 2017 at 12:55:51 AM UTC-8, Ben Noordhuis wrote: > > On Sun, Mar 12, 2017 at 4:03 AM, Jane Chen > wrote: > > Embedding v8 5.

Re: [v8-users] ICU data file missing?

2017-03-12 Thread Ben Noordhuis
On Sun, Mar 12, 2017 at 4:03 AM, Jane Chen wrote: > Embedding v8 5.3. > > This causes v8 to crash: > > ().toLocaleString(); > > 2017-03-07 08:24:07.362 Critical: # Fatal error in , line 0 > 2017-03-07 08:24:07.362 Critical: # Failed to create ICU number format, are > ICU data files missing

[v8-users] ICU data file missing?

2017-03-11 Thread Jane Chen
Embedding v8 5.3. This causes v8 to crash: ().toLocaleString(); 2017-03-07 08:24:07.362 Critical: # Fatal error in , line 0 2017-03-07 08:24:07.362 Critical: # Failed to create ICU number format, are ICU data files missing?2017-03-07 08:24:07.362 Critical: #2017-03-07 08:24:07.362 Cri