[mythtv] Unable to compile HEAD w/ QT 5.4 on gentoo, can't seem to force qt 4.8 either

Mitch Capper mitch.capper at gmail.com
Sun Mar 15 20:20:52 UTC 2015


Thanks that got it back on qt4 by:
 find -name Makefile | xargs rm  && git status | grep -oP
"deleted:.+Makefile" | grep -oP "[^ \t]+$" | xargs git checkout
./configure --enable-dvb --enable-vdpau --python=/usr/bin/python3
--with-bindings=perl --enable-proc-opt qmake=/usr/lib64/qt4/bin/qmake

~Mitch


On Sun, Mar 15, 2015 at 11:51 AM, Paul Harrison <mythtv at sky.com> wrote:

>
> On 15/03/15 17:34, Mitch Capper wrote:
>
>> 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 http://pastebin.com/ZkzS4L9S
>>
>> 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.
>>
>> ~Mitch
>>
>>
> With master if you want to use Qt4 you have to explicitly tell configure
> which qmake to use something like this :-
> ./configure  qmake=/usr/lib64/qt4/bin/qmake
>
> Paul H.
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-dev
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20150315/af6a106e/attachment.html>


More information about the mythtv-dev mailing list