On Saturday 14 January 2017, Лагнер, Сергей wrote:
> Hello all.
> 
> I'm trying to build qt from source(branch 5.8). The problem I've got that
> Gstreamer does not work for me.
> Last time I've done following completely from scratch:
> 
> - git clone https://code.qt.io/qt/qt5.git qt
> - ./init-repository
> - ./configure -opensource -nomake examples -nomake tests
> 
> and I got
> 
> Qt Multimedia:
>   ALSA ................................... yes
>   GStreamer 1.0 .......................... no
>   GStreamer 0.10 ......................... no
> 
> 
> I got stuck. I don't know how to define what packages are missed
> Any clue is highly appreciated

Try calling configure with -v so you get all the command and can see what 
fails. Then it is usually just a matter of installing the package that 
contains whatever was missing for the test to fail.

Best regards
`Allan
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to