[v8-users] Re: building with libstdc++

2025-03-25 Thread Pradish
You could try and run the *gclient sync* to fetch any missing modules, you need to run this command after you had called *fetch v8 * so the order would be 1) fetch v8 2) git checkout 3) gclient sync then run the command *gn gen out/release --args-file=args.gn * On Saturday, March 22,

[v8-users] Re: building with libstdc++

2025-03-25 Thread Pradish
you could try to run *glclient sync* command to fetch any missing modules. On Saturday, March 22, 2025 at 8:06:18 PM UTC+5:30 charleso...@gmail.com wrote: > ie > > >- use_custom_libcxx = false >- use_sysroot = false > > > and still get ... > > > ../../third_party/libc++/src/src/condi