Hello, I tried to build v8 from source, but failed in v8/src/objects/js-list-format.cc:318:22. Error message told me not to use undeclared indentifier 'formatted'. 'formatted' is instance of icu:FormattedList, but I couldn't find the definition of FormattedList anywhere in the source code. I'm new to v8 development and could someone tell me reason why I failed to build?
Environment and command I tried are below. Device: MacbookPro OS: MacOS Mojave 10.14.5 Compiler: Apple LLVM version 10.0.1 (clang-1001.0.46.4) Command: tools/dev/gm.py x64.release V8-version: maybe latest -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/bf5b1deb-5fa2-41ab-9c91-ddecf049e383%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
