
nigel at ind
Nov 8, 2009, 9:42 PM
Post #2 of 3
(858 views)
Permalink
|
|
Re: compilation problems with mythmusic (qt3 vs qt4 qmake)
[In reply to]
|
|
> 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|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! | _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|