[mythtv] compile error building win32 port

Jonathan Martens jonathan at snetram.nl
Tue Apr 13 06:35:14 UTC 2010


On 13-4-2010 7:48, treblid wrote:
> The win32-packager.pl script can't update itself. That's done via
> mythinstaller.bat.

No, it does update itself, as long as you use the one in the 
packaging/Wwin32/build/ folder of your checked out tree to build as I 
see this in current HEAD:

120	# this list defines the components to build
121	my @components = ( 'mythtv', 'packaging', 'myththemes' );
122	push @components, 'oldthemes' if defined $opt{o};
123	push @components, 'mythplugins' unless defined $opt{g};

These are later on used to update the source in these folders:

1162	foreach my $comp( @components ) {

...

1192	  [ always  => [],
1193	    exec    => [$dosmsys."bin\\svn -r $SVNRELEASE update 
$dosmythtv$comp"],
1194	    comment => "Getting SVN updates for:$comp on $svnlocation" ];

This has been in the file for a very long time in different flavours AFAICT.

Kind regards,

Jonathan


More information about the mythtv-dev mailing list