Hi All,
I am trying to setup Web RTC Jingle from this link:https://github.com/lukeweber/webrtc-jingle-client
I have followed the steps mentioned in the webpage:
1) Downloaded and installed latest depot tools
2) Ran GClient and fetched the code for WebRTC-Jingle-Client
3) Applied the mentioned changes to expat.gyp inside /trunk/third_party
4) Not sure if I did this step right - I found a .gclient file in the folder "webrtc-jingle-client-master" to which I added the line target_os = ['ios']
5) Ran GClient sync again - (this time, my current directory was the)
6) Received an error when I ran the following command:
./build/gyp_chromium --depth=. -DOS=ios -Dinclude_tests=0 -Denable_protobuf=0 -Denable_video=0 webrtcjingle.gyp
The error message I got was:
gyp: third_party/xmppframework/xmppframework.gyp not found while loading dependencies of webrtcjingle.gyp while trying to load webrtcjingle.gyp
I know I am missing some step but not sure which.
Has anybody faced this issue? If so, can you tell me where I can find the xmppframework.gyp file?
Thanks a lot!
Best,
Adithya
I am also trying to setup Web RTC Jingle from this link:https://github.com/lukeweber/webrtc-jingle-client
and perform same steps , and getting Xmppframework classes and webRTC folder in code.
but now i run this command from command promt /build/gyp_chromium --depth=. -DOS=ios -Dinclude_tests=0 -Denable_protobuf=0 -Denable_video=0 webrtcjingle.gyp
but am geeting this error -bash: /build/gyp_chromium: No such file or directory
and also i am not getting the