webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

windows clang编译报错

Open laowangsir opened this issue 5 years ago • 0 comments

windows vs2017命令行+ LLVM7.0 执行gn gen . 错误信息是gn.py: Could not find checkout in any parent of the current path.This must be run inside a checkout.

环境变量 WEBRTCROOT f:\webrtc\webrtc 目录 f:\webrtc\webrtc\src\out\Release args.gn 内容 use_ozone=true is_desktop_linux=false is_clang=true use_sysroot=false rtc_use_h264=true ffmpeg_branding="Chrome" is_debug=false rtc_include_tests=false rtc_enable_protobuf=false use_custom_libcxx=false rtc_include_pulse_audio=false rtc_build_examples=false rtc_build_tools=false treat_warnings_as_errors=false rtc_enable_libevent=false rtc_build_libevent=false

laowangsir avatar Dec 27 '19 02:12 laowangsir