[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:21:25 UTC 2015


I should note that I did have to add the additional include for 4.8 also
for the GL folder.

~mitch

On Sun, Mar 15, 2015 at 1:20 PM, Mitch Capper <mitch.capper at gmail.com>
wrote:

> 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/e3d8e1ee/attachment.html>


More information about the mythtv-dev mailing list