SteelRiceContainer / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Could not build libjingle for android using latest checkout #432

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout latest libjingle
2. ninja -C out/Debug libjingle_peerconnection_test_jar
3.

What is the expected output? What do you see instead?
build success

What version of the product are you using? On what operating system?
Seeing error:
../../talk/app/webrtc/java/jni/peerconnection_jni.cc:544:61: error: invalid use 
of incomplete type 'struct webrtc::MediaConstraintsInterface'
../../talk/app/webrtc/peerconnectioninterface.h:92:7: error: forward 
declaration of 'struct webrtc::MediaConstraintsInterface'
../../talk/app/webrtc/java/jni/peerconnection_jni.cc:556:17: error: 
'Constraints' does not name a type
......
......

Please provide any additional information below.
Believe that this is due to latest changes in MediaConstraintsInterface.

Original issue reported on code.google.com by zhangyin...@gmail.com on 11 Apr 2013 at 3:01