[mythtv] Windows pl install script tweaks

Nigel Pearson nigel at ind.tansu.com.au
Fri Mar 19 06:14:03 UTC 2010


> WIN32 related trac tickets that need applying at the moment are:
> 
> [7339] - support building on a different drive.

That has been in trunk for a while, but I just added it in release-0-22-fixes.


Leslie's (4) does point out another fault (with Qt location), though. I suspect this is the needed fix:

% svn diff packaging/Win32/build/win32-packager.pl
Index: packaging/Win32/build/win32-packager.pl
===================================================================
--- packaging/Win32/build/win32-packager.pl     (revision 23670)
+++ packaging/Win32/build/win32-packager.pl     (working copy)
@@ -223,9 +220,9 @@
 my $installMinGW   = $dossources.$MinGWinstaller;
 
 # Qt4 directory
-my $qt4dir = '/qt/4.5.1/';
+my $qt4dir = '/c/qt/4.5.1/';
 my $dosqt4dir = perl2dos($qt4dir);
-my $unixqt4dir = '/c'.perl2unix($qt4dir);
+my $unixqt4dir = perl2unix($qt4dir);
 
 #NOTE: IT'S IMPORTANT that the PATHS use the correct SLASH-ing method for
 #the type of action:
%



> [7293]  - good changes: MinGW to  5.1.6...

Oops,  didn't realise a MinGW upgrade was in there.
That would have saved be a lot of fighting with 5.1.4
downloads if I had known. Will apply most of those soon.

>  - except we still want the QT3 build and "svn switch" related stuff, I think. 

SVN switch? Maybe. QT3? No, because there is always this old version:

release-0-21-fixes/mythtv/contrib/Win32/win32-packager.pl





Thanks for the summary list, David. I will try to prune it soon.


--
Nigel Pearson, nigel at ind.tansu.com.au|     Citizens, never fear!    |
Telstra Net. Eng., Sydney, Australia |Crazy do-good freaks are here,|
Office: 9202 3900    Fax:  9212 6348 |until they run out of steam...|
Mobile: 0408 664435  Home: 9792 6998 |     The New Justice Team!    |







More information about the mythtv-dev mailing list