lukeweber / webrtc-jingle-client

Webrtc audio + jingle protocol brought to IOS and Android.
https://groups.google.com/forum/?fromgroups#!forum/webrtc-jingle
BSD 3-Clause "New" or "Revised" License
335 stars 137 forks source link

unable to compile #49

Closed duralog closed 11 years ago

duralog commented 11 years ago

tried with both the lukeweber ndk and the one that comes with homebrew.

when running gclient sync I get the following error:

________ running '/usr/bin/python trunk/tools/create_supplement_gypi.py trunk/voice-client-core/supplement.gypi' in '/Users/kenny/Projects/freemando'
Traceback (most recent call last):
  File "trunk/tools/create_supplement_gypi.py", line 26, in <module>
    sys.exit(main(sys.argv))
  File "trunk/tools/create_supplement_gypi.py", line 23, in main
    open(argv[1], 'w').write(supplement_gypi % argv[0])
IOError: [Errno 2] No such file or directory: 'trunk/voice-client-core/supplement.gypi'
Error: Command /usr/bin/python trunk/tools/create_supplement_gypi.py trunk/voice-client-core/supplement.gypi returned non-zero exit status 1 in /Users/kenny/Projects/freemando
duralog commented 11 years ago

all fixed. thanks :)