Ah, sorry for the mix-up. Sounds like you've done your fair share, though.
Yes, I have experienced that. I am now getting this error (after calling gclient sync --force):
________ running '/usr/local/bin/python trunk/webrtc/build/gyp_webrtc -Dextra_gyp_flag=0' in '/home/jim/wrk'
Generating gyp files from GN...
Traceback (most recent call last):
File "trunk/webrtc/build/gyp_webrtc", line 77, in <module>
if not gyp_chromium.RunGN(gn_vars_dict):
File "/home/jim/wrk/trunk/build/gyp_chromium", line 338, in RunGN
return subprocess.call(args) == 0
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error
Error: Command /usr/local/bin/python trunk/webrtc/build/gyp_webrtc -Dextra_gyp_flag=0 returned non-zero exit status 1 in /home/jim/wrk
***
Either way, I don't really think we have time to write native code for this project. And it's probably more trouble than it's worth. We'll just have to stick to WebSockets.
Regards,
Jim