<div dir="ltr"><div>Thanks that got it back on qt4 by:<br> find -name Makefile | xargs rm  && git status | grep -oP "deleted:.+Makefile" | grep -oP "[^ \t]+$" | xargs git checkout<br>./configure --enable-dvb --enable-vdpau --python=/usr/bin/python3 --with-bindings=perl --enable-proc-opt qmake=/usr/lib64/qt4/bin/qmake<br></div><div><br></div>~Mitch<br><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 15, 2015 at 11:51 AM, Paul Harrison <span dir="ltr"><<a href="mailto:mythtv@sky.com" target="_blank">mythtv@sky.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
On 15/03/15 17:34, Mitch Capper wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am running into an issue compiling the latest mythtv HEAD working on qt 5.4 due to: undefined reference to `typeinfo for MythRenderOpenGL' when linking <a href="http://pastebin.com/ZkzS4L9S" target="_blank">http://pastebin.com/ZkzS4L9S</a><br>
<br>
I also tried switching back to QT 4.8 however while both are installed on the system (and I set the system to QT 4.8, so qmake --version reports that) mythtv still seems to reference qt 5.4.<br>
<br>
~Mitch<br>
<br>
</blockquote>
<br></div></div>
With master if you want to use Qt4 you have to explicitly tell configure which qmake to use something like this :-<br>
./configure  qmake=/usr/lib64/qt4/bin/qmake<br>
<br>
Paul H.<br>
______________________________<u></u>_________________<br>
mythtv-dev mailing list<br>
<a href="mailto:mythtv-dev@mythtv.org" target="_blank">mythtv-dev@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-dev" target="_blank">http://lists.mythtv.org/<u></u>mailman/listinfo/mythtv-dev</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div><br></div>