aisouard / libwebrtc

:package: Google's WebRTC implementation in a single static library.
https://axel.isouard.fr/libwebrtc
Apache License 2.0
638 stars 190 forks source link

Compilation errors #66

Open RanjKuru opened 6 years ago

RanjKuru commented 6 years ago

$make [ 6%] Performing build step for 'webrtc-src' [ 14%] Built target webrtc-sync [ 28%] Fetching gn for linux* 0> Failed to fetch file gs://chromium-gn/2d79b4acffac0b084f250a9699f670d41f164864 for src/buildtools/linux64/gn, skipping. [Err: /opt/depot_tools/vpython: line 42: /opt/depot_tools/.cipd_bin/vpython: No such file or directory ] Failed to fetch file gs://chromium-gn/2d79b4acffac0b084f250a9699f670d41f164864 for src/buildtools/linux64/gn. [Err: /opt/depot_tools/vpython: line 42: /opt/depot_tools/.cipd_bin/vpython: No such file or directory ] Downloading 1 files took 0.152163 second(s) CMakeFiles/webrtc-gn.dir/build.make:60: recipe for target 'CMakeFiles/webrtc-gn-complete' failed make[5]: *** [CMakeFiles/webrtc-gn-complete] Error 1 CMakeFiles/Makefile2:252: recipe for target 'CMakeFiles/webrtc-gn.dir/all' failed make[4]: *** [CMakeFiles/webrtc-gn.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make[3]: *** [all] Error 2 CMakeFiles/webrtc-src.dir/build.make:111: recipe for target 'webrtc/stamp/webrtc-src-build' failed make[2]: *** [webrtc/stamp/webrtc-src-build] Error 2 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/webrtc-src.dir/all' failed make[1]: *** [CMakeFiles/webrtc-src.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2

RanjKuru commented 6 years ago

Please tell me how to fix it.

phatnguyentan commented 4 years ago

Let try: cd out/webrtc gclient sync cd .. make

vijaymukilan commented 3 years ago

this works