[mythtv] Myth

MarcT myrdhn at gmail.com
Fri Oct 9 02:41:49 UTC 2009


On 8-10-2009 20:51, MarcT wrote:
> The 3 files above are there in the msys but not in mingw

Strange I have them in both folders and have had many flawless builds., 
so far. Mine are from 23-Sep-2009, so they have been there for a while.

I have renamed them in the MinGW folder to test if I could do a 
succesfull make install in the mythgallery folder but it errors out with 
the same error as you have seen, so they seem needed AFAIK.

This has recently also been discussed in this thread: 
http://mythtv.org/pipermail/mythtv-dev/2009-September/066248.html

---------------

Jonathan,

You were correct. I applied your patch to my pl file and now have the files
in both mingw and msys and there was no error on build.
Now the only problem I am facing is with the themes install. Both oldthemes
(included by default) and myththemes (my modification) have their themes
installed in C:\mythtv\build\share\mythtv\themes\themename\themename
For example: C:\mythtv\build\share\mythtv\themes\Retro\Retro

I believe this is because of Makefile.debug/Makefile.release both having the
following as the install script.

install_themes: first FORCE
	@$(CHK_DIR_EXISTS)
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/ || $(MKDIR)
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/ 
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Iulius
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Iulius
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Iulius-OSD
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Iulius-OSD
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Minimalist-wide
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Minimalist-wide
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Titivillus
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Titivillus
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Titivillus-OSD
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Titivillus-OSD
	-$(INSTALL_DIR) c:/mythtv/oldthemes/isthmus
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/isthmus
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Gray-OSD
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Gray-OSD
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Retro
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Retro
	-$(INSTALL_DIR) c:/mythtv/oldthemes/Retro-OSD
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/Retro-OSD
	-$(INSTALL_DIR) c:/mythtv/oldthemes/blue
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/blue
	-$(INSTALL_DIR) c:/mythtv/oldthemes/blueosd
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/blueosd
	-$(INSTALL_DIR) c:/mythtv/oldthemes/G.A.N.T
$(INSTALL_ROOT)/C/mythtv/build//share/mythtv/themes/G.A.N.T

My understanding of this is that it will put Retro into Retro, which means
Retro/Retro.

MarcT



More information about the mythtv-dev mailing list