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

Nigel Pearson nigel at ind.tansu.com.au
Mon Nov 9 05:42:28 UTC 2009


> When examining the makefile:
> mythplugins/mythmusic/mythmusic/Makefile
>
> at the top of it it says:
> Generated by qmake (1.07a) (Qt 3.3.8b)

I would try deleting that Makefile and trying again.
The parent Makefile will cause the SUBDIRs' ones to
be regenerated (hopefully with the correct qmake).
If it is regenerated as an old qmake/Qt filem
have a look in the toplevel make output for the
commands that are used.


The Mac OS X build script does this
to purge any generated Makefiles:

find . -name Makefile -exec egrep -q 'qmake.*PREFIX' {} \; -delete



Something like this might do the same for you:

find . -name Makefile -exec egrep 'qmake.*QMAKE' {} \;

--
Nigel Pearson, nigel at ind.tansu.com.au|There's a warm cosiness as   |
                                      | all your internal organs are|
Telstra Net. Eng., Sydney, Australia |  marshalled by the G forces |
Office: 9202 3900    Fax:  9261 3912 |     into a little puddle    |
Mobile: 0408 664435  Home: 9792 6998 | at the base of your spine!  |






More information about the mythtv-dev mailing list