webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
464 stars 125 forks source link

unable to compile and run Kite tests #188

Open arbnorar opened 3 years ago

arbnorar commented 3 years ago

following the steps in Kite docs, i am unable to compile with the kite_c command, as it throws this error:

image

arbnorar commented 3 years ago

i was able to fix this issue by using the installMaven script given in B2, but had to downgrade from the 3.8.1 Apache Maven version to 3.6.3 (manually).

after some research, stumbled upon this and used it for reference (which solved the issue i was having): https://github.com/actions/virtual-environments/issues/3332

A-nguyenv commented 2 years ago

Hello, thank you for your feedback, we will change the install script.

ashellunts commented 2 years ago

Using maven 3.6.3 also fixed the issue for me.