[v8-users] Re: bazel build v8 from source code failed with `js-temporal-objects.cc`

2023-02-22 Thread 'Yulan Wang' via v8-users
Seems this caused by gcc version flag setting. After add the flag `-Wno-nonnull` to gcc build, problem solved. On Tuesday, February 21, 2023 at 11:21:24 PM UTC-8 ya...@iscas.ac.cn wrote: > Can you try ninja to build it? > > 在2023年2月22日星期三 UTC+8 03:40:31 写道: > >> Hi, >> >> I'm trying to include

[v8-users] Re: bazel build v8 from source code failed with `js-temporal-objects.cc`

2023-02-21 Thread Yahan Lu
Can you try ninja to build it? 在2023年2月22日星期三 UTC+8 03:40:31 写道: > Hi, > > I'm trying to include v8 as third party lib in our repo. When I bazel > build it from source code, I keep get the error of > ``` > /5ef69e4d05773e46149703ae8aeafaec/external/v8/BUILD.bazel:3587:11: > Compiling src/obje