
termant at gmail
May 31, 2009, 10:48 AM
Post #3 of 4
(1119 views)
Permalink
|
|
Re: 0.21-fixes Windows port plugins installation failed
[In reply to]
|
|
Thank you for the piece of advice. I made the fix, but process stopped again despite of that: make[2]: Leaving directory `/C/mythtv/mythplugins/mythweather/i18n' make[1]: Leaving directory `/C/mythtv/mythplugins/mythweather' cd mythmovies && \ make -f Makefile install make[1]: Entering directory `/C/mythtv/mythplugins/mythmovies' cd mythmovies && \ qmake mythmovies.pro -o Makefile "QMAKE=C:/MSys/1.0/qt-3.3.x-p8/bin/qmake" cd ignyte && \ qmake ignyte.pro -o Makefile "QMAKE=C:/MSys/1.0/qt-3.3.x-p8/bin/qmake" cd mythmovies && \ make -f Makefile install make[2]: Entering directory `/C/mythtv/mythplugins/mythmovies/mythmovies' Makefile:93: warning: overriding commands for target `.' Makefile:90: warning: ignoring old commands for target `.' cp -f "libmythmovies.dll" "/C/mythtv/build/lib/mythtv/plugins/libmythmovies.dll" cp -f "movies-ui.xml" "/C/mythtv/build/share/mythtv/themes/default/" cp -f "theme-wide/movies-ui.xml" "/C/mythtv/build/share/mythtv/themes/default-wi de/" make[2]: Leaving directory `/C/mythtv/mythplugins/mythmovies/mythmovies' cd ignyte && \ make -f Makefile install make[2]: Entering directory `/C/mythtv/mythplugins/mythmovies/ignyte' Makefile:94: warning: overriding commands for target `.' Makefile:91: warning: ignoring old commands for target `.' cp -f "ignyte.exe" "/C/mythtv/build/bin/ignyte.exe" make[2]: Leaving directory `/C/mythtv/mythplugins/mythmovies/ignyte' make[1]: Leaving directory `/C/mythtv/mythplugins/mythmovies' EFFECT FAILED (newer -> shell): mtime of file (C:/mythtv/build/bin/mythtv/plugin s/libmythmovies.dll) should be greater than file (C:/mythtv/mythplugins/mythmovi es/mythmovies/libmythmovies.dll). [0] [1243764913] I notices that there isn't path C:/mythtv/build/bin/mythtv/plugin s. Path C:\mythtv\build\bin\sqldrivers is the deepest and no other subdirs in C:\mythtv\build\bin. Jeff Lu wrote: >> Error processing project file: >> C:/mythtv/mythplugins/cleanup/cleanup.pro >> make: *** [qmake_all] Error 2 > > Edit config.pro in the mythplugins directory, and remove the line "SUBDIRS += cleanup" > > > > _______________________________________________ > mythtv-dev mailing list > mythtv-dev [at] mythtv > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev > _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|