Hi, I'm trying to compile 9.4.146.13 under a freshly installed Debian 11 system.
I've installed the depot_tools and did a "gclient sync". Anyway it fails very quickly (see below). What did I forget? Thanks! $ gm x64.release # mkdir -p out/x64.release # echo > out/x64.release/args.gn << EOF is_component_build = false is_debug = false target_cpu = "x64" use_goma = false v8_enable_backtrace = true v8_enable_disassembler = true v8_enable_object_print = true v8_enable_verify_heap = true dcheck_always_on = false EOF # gn gen out/x64.release Done. Made 174 targets from 98 files in 320ms # autoninja -C out/x64.release d8 ninja: Entering directory `out/x64.release' ninja: error: '../../src/init/vm-cage.cc', needed by 'obj/v8_base_without_compiler/vm-cage.o', missing and no known rule to make it Error! - V8 compilation finished with errors. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/03093cfc-2d2a-4b6c-bc12-f2e017138202n%40googlegroups.com.