Cannot build locally on 67 branch |
|||
Issue description
Compiling on branch-heads/3396 fails with this error:
../../v8/include/v8.h:4717:36: error: inline function 'v8::BigUint64Array::Cast' is not defined [-Werror,-Wundefined-inline]
V8_INLINE static BigUint64Array* Cast(Value* obj);
^
../../v8/include/v8.h:283:24: note: used here
return Local<T>(T::Cast(*that));
,
Jun 5 2018
Do you mean you cannot build Chromium? How did you try to build it?
,
Jun 5 2018
I needed to merge a fix to M67, and wanted to make sure that my merge doesn't break anything. I got the compilation error in comment #0. The issue might be related to crbug.com/837858
,
Jun 5 2018
Yes, https://bugs.chromium.org/p/chromium/issues/detail?id=837858#c15 should have fixed this, and on the bots it did. Have you run "gclient sync" on the branch? Which version of V8 did it pull in? What does your DEPS file say about src/v8?
,
Jun 11 2018
Please reopen if #4 does not fix it. |
|||
►
Sign in to add a comment |
|||
Comment 1 by hinoka@chromium.org
, Jun 1 2018