Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRtc-H264Capturer docker #7

Open
Classsic opened this issue Oct 12, 2017 · 3 comments
Open

WebRtc-H264Capturer docker #7

Classsic opened this issue Oct 12, 2017 · 3 comments

Comments

@Classsic
Copy link

Hi, somebody build this in a docker? I try but get many errors on build. Any suggestion, welcome.

@nicotyze
Copy link
Owner

nicotyze commented Oct 16, 2017 via email

@Classsic
Copy link
Author

When run gn gen out/Default --args='is_component_ffmpeg=true' I get this error:
ERROR at //build/config/linux/pkg_config.gni:85:17: Script returned non-zero exit code.
pkgresult = exec_script(pkg_config_script, args, "value")
^----------
Current dir: /root/webrtc-checkout/src/out/Default/
Command: python -- /root/webrtc-checkout/src/build/config/linux/pkg-config.py -s /root/webrtc-checkout/src/build/linux/debian_wheezy_amd64-sysroot -a x64 gmodule-2.0 gtk+-2.0 gthread-2.0
Returned 1.
stderr:

Traceback (most recent call last):
File "/root/webrtc-checkout/src/build/config/linux/pkg-config.py", line 219, in
sys.exit(main())
File "/root/webrtc-checkout/src/build/config/linux/pkg-config.py", line 138, in main
prefix = GetPkgConfigPrefixToStrip(args)
File "/root/webrtc-checkout/src/build/config/linux/pkg-config.py", line 80, in GetPkgConfigPrefixToStrip
env=os.environ)
File "/usr/lib/python2.7/subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 390, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

See //webrtc/examples/BUILD.gn:361:5: whence it was called.
pkg_config("gtk2_config") {
^--------------------------
See //BUILD.gn:13:5: which caused the file to be included.
"//webrtc/examples",
^------------------
Can you pointme please.
Thanks.

@nicotyze
Copy link
Owner

nicotyze commented Oct 20, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants