Groups
Groups
Sign in
Groups
Groups
v8-users
Conversations
About
Send feedback
Help
building with libstdc++
67 views
Skip to first unread message
Charles M
unread,
Mar 22, 2025, 10:36:18 AM
Mar 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
Mar 25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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