<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>On Sun, 2019-10-20 at 10:59 -0500, jeyp4 wrote:</div><div><br></div><div>Hi,</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Hello I am trying to install latest gstreamer 1.17.x alongside stock</pre><pre>gstreamer 1.8.3 in ubuntu 16.04. ...snip...</pre><pre>Then installed ninja through 'sudo apt install ninja' and ran command 'ninja</pre><pre>-C build/'.</pre><pre>Now the terminal is stuck at </pre><pre><</pre><a href="http://gstreamer-devel.966125.n4.nabble.com/file/t379085/ninja.jpg"><pre>http://gstreamer-devel.966125.n4.nabble.com/file/t379085/ninja.jpg</pre></a><pre>> </pre><pre><br></pre><pre>I dont know what to do next. Can anyone help?</pre></blockquote><pre><br></pre><pre>This doesn't look like the right "ninja". On older Ubuntu you might<br>have to install the ninja-build package instead (but it might not be<br>new enough for the latest Meson, tbd).</pre><pre><br></pre><pre>Also, your Meson build errors out according to your log file because it doesn't find flex or bison, so try</pre><pre><br></pre><pre>  sudo apt-get install flex bison</pre><pre><br></pre><pre>as well.</pre><pre><br></pre><pre>Cheers</pre><pre> Tim</pre></body></html>