[mythtv-commits] Ticket #5414: MythPlugins support files not being installed on Win32

MythTV mythtv at cvs.mythtv.org
Fri Jun 6 08:11:10 UTC 2008


#5414: MythPlugins support files not being installed on Win32
---------------------+------------------------------------------------------
 Reporter:  nigel    |       Owner:  danielk
     Type:  defect   |      Status:  new    
 Priority:  minor    |   Milestone:  unknown
Component:  windows  |     Version:  unknown
 Severity:  medium   |     Mlocked:  0      
---------------------+------------------------------------------------------
 Unless I am going mad, it seems like all the wildcards are failing on make
 install under windows:
 {{{
 $ cd /c/mythtv/mythplugins/mythvideo

 $ egrep \\\* theme/theme.pro
 defaultfiles.files = default/*.xml default/*.png
 widefiles.files = default-wide/*.xml default-wide/images/*.png
 menufiles.files = menus/*.xml

 $ make install
 ...
 cp -f "mythvideo_cz.qm" "/C/mythtv/build/share/mythtv/i18n/"
 ...
 make[1]: Nothing to be dome for `install'.
 make[1]: Leaving directory `/c/mythtv/mythplugins/mythvideo/theme'

 $
 }}}
 (observed under 0-21-fixes and Qt3, will test SVN/Qt4 soon)

 Verbose fix would be to explicitly list all the .xml, .png files, but I am
 not willing to maintain that.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5414>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list