[mythtv] compilation problems with mythmusic (qt3 vs qt4 qmake)

Torbjörn Jansson torbjorn.jansson at mbox200.swipnet.se
Sun Nov 8 13:43:27 UTC 2009


I'm having some compilation problem with mythmusic.
On one computer it compiles just fine and on the other one I get lots of
errors about missing include files that is part of qt.

After examining the generated makefiles between the working computer and the
non working I think I've found why it's not working

When examining the makefile:
mythplugins/mythmusic/mythmusic/Makefile

at the top of it it says:
Generated by qmake (1.07a) (Qt 3.3.8b)

On the working one it says its generated by qmake fron qt4 not version 3.

When looking at the non working computer and at the file:
mythplugins/mythmusic/Makefile (parent dir of the above one)
it's generated by:
Generated by qmake (2.01a) (Qt 4.5.3)

So why is it suddenly changing qmake in the middle?
Any clues?
I've compared installed packages and can't find any obvious difference.
Both computers is fedora 11 boxes.



More information about the mythtv-dev mailing list