building with libstdc++

67 views
Skip to first unread message

Charles M

unread,
Mar 22, 2025, 10:36:18 AMMar 22
to v8-users
ie

  • use_custom_libcxx = false
  • use_sysroot = false

and still get ...

  ../../third_party/libc++/src/src/condition_variable_destructor.cpp:14:10: fatal error: '__config' file not found  

any help would be greatly appreciated
Message has been deleted

Pradish

unread,
Mar 25, 2025, 6:28:31 AMMar 25
to v8-users
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 <branch>
3) gclient sync 


then run the command   gn gen  out/release  --args-file=args.gn  
Reply all
Reply to author
Forward
0 new messages